search for: b3f7f35d

Displaying 2 results from an estimated 2 matches for "b3f7f35d".

Did you mean: b397fd5d
2010 Feb 26
0
[LLVMdev] RegisterScavenging on targets without subregisters
...aking when the SPU bigframes patch is applied) kalle -------------- next part -------------- A non-text attachment was scrubbed... Name: regscavenge_subreg.patch Type: text/x-patch Size: 853 bytes Desc: regscavenge_subreg.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100226/b3f7f35d/attachment.bin>
2010 Feb 26
2
[LLVMdev] RegisterScavenging on targets without subregisters
No, I wasn't having a management lobotomy moment. If the target's registers have no subregisters, SubUsed is false and the assert gets tripped. Ok, back to the original question: What was the original intent in this code (lines 186-193 in lib/CodeGen/RegisterScavenging.cpp)? -scooter On Thu, Feb 25, 2010 at 7:00 PM, Scott Michel <scooter.phd at gmail.com> wrote: > Ugh.