[llvm-commits] [llvm] r123420 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Eric Christopher echristo at apple.com
Thu Jan 13 18:09:23 PST 2011


On Jan 13, 2011, at 5:33 PM, Chris Lattner wrote:

> Author: lattner
> Date: Thu Jan 13 19:33:40 2011
> New Revision: 123420
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=123420&view=rev
> Log:
> Set the insertion point correctly for instructions generated by load folding:
> they should go *before* the new instruction not after it. 

Thanks! This fixed a miscompilation in llvm-gcc that I'd just run into!

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110113/6628c8db/attachment.html>


More information about the llvm-commits mailing list