llvm-project/llvm/test/Transforms/LoopIdiom
Chris Lattner 9c69406f2b 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.

llvm-svn: 122712
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