[llvm-commits] [llvm] r57286 - /llvm/trunk/lib/CodeGen/RegAllocLocal.cpp

Owen Anderson resistor at mac.com
Wed Oct 8 10:57:02 PDT 2008


On Oct 8, 2008, at 10:44 AM, Evan Cheng wrote:
>> +        if (subregs) {
>> +          while (*subregs) {
>
> This seems like a good time to get alias set the same treatment as
> subreg set (i.e. hash)?

Not in this case.  The code actually needs to iterate through all the  
aliases, not just test for membership.

--Owen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20081008/f709a1c5/attachment.bin>


More information about the llvm-commits mailing list