[llvm-commits] RE [llvm] r43805 - /llvm/trunk/lib/CodeGen/StrongPHIElimination.cpp

Owen Anderson resistor at mac.com
Tue Nov 6 23:26:42 PST 2007


Evan,

I may end up using a BitVector or SparseBitVector in the future.  I  
was just going with an std::set for simplicity until I'm sure I won't  
be changing it further.

By the way, could you check that isLiveIn() and isLiveOut() are  
correctly?  I _think_ I got VarInfo figured out, but I'm not confident.

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


More information about the llvm-commits mailing list