OSDN Git Service

Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory
authorEvan Cheng <evan.cheng@apple.com>
Tue, 26 Feb 2008 02:42:37 +0000 (02:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 26 Feb 2008 02:42:37 +0000 (02:42 +0000)
commit949c65d1ba2597e365c3df5c1cfbf2c4968c5154
tree6dbbc16e088526e64c1a6119c0077e8ce30bce1a
parentbcd6644c2f0d424a393716c558faa207ace9709b
Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory
operands into inline asm block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47589 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/CodeGenPrepare.cpp
test/CodeGen/X86/2008-02-25-InlineAsmBug.ll [new file with mode: 0644]