[llvm-commits] [llvm] r85437 - /llvm/trunk/lib/CodeGen/VirtRegRewriter.cpp

Duncan Sands baldrick at free.fr
Wed Oct 28 15:46:39 PDT 2009


> When we generate spill code, then decide we don't need
> to spill after all, we weren't handling 2-instruction
> spill sequences correctly (PPC Altivec).  We need to
> remove the store in this case.  Removing the other
> instruction(s) would be goodness but is not needed for
> correctness, and isn't done here.  7331562.

Testcase?

Ciao,

Duncan.




More information about the llvm-commits mailing list