llvm-6502/test/Transforms/LoopIdiom
Chris Lattner 63f9c3c49a fix a miscompilation of tramp3d-v4: when forming a memcpy, we have to make
sure that the loop we're promoting into a memcpy doesn't mutate the input
of the memcpy.  Before we were just checking that the dest of the memcpy
wasn't mod/ref'd by the loop.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122712 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-02 21:14:18 +00:00
..
basic.ll fix a miscompilation of tramp3d-v4: when forming a memcpy, we have to make 2011-01-02 21:14:18 +00:00
dg.exp