[llvm-commits] [llvm] r75571 - in /llvm/trunk: lib/Transforms/Scalar/SimplifyCFGPass.cpp test/Transforms/SimplifyCFG/2009-07-13-no-delete-asm.ll
Chris Lattner
clattner at apple.com
Tue Jul 14 10:40:44 PDT 2009
On Jul 14, 2009, at 10:38 AM, Dale Johannesen wrote:
>>>
>>> The original testcase, which I perhaps should not have modified,
>>> involves a load from undefined memory feeding into a volatile asm;
>>> earlier optimizations removed the load in favor of the store
>>> above. They probably shouldn't have done that, which is a later
>>> patch.
>>>
>> It sounds like the problem is the earlier pass, please revert r75571.
>
> OK.
Thanks Dale,
-Chris
More information about the llvm-commits
mailing list