Skip to content
Commit 14c4972b authored by Chris Lattner's avatar Chris Lattner
Browse files

Prefer to allocate V2-V5 before V0,V1. This lets us generate code like this:

        vspltisw v2, -12
        vrlw v2, v2, v2

instead of:

        vspltisw v0, -12
        vrlw v2, v0, v0

when a function is returning a value.

llvm-svn: 27771
parent 6df094b4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment