]> granicus.if.org Git - llvm/commit
Stricter check for the memory access.
authorJoerg Sonnenberger <joerg@bec.de>
Sat, 27 Jul 2019 18:57:59 +0000 (18:57 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Sat, 27 Jul 2019 18:57:59 +0000 (18:57 +0000)
commit01e47fd2c1f4d15d4d91a22d851c71a658473382
tree2b7b3aa783f25dfe0df8ebb223031355e6cce307
parent5581d070e7c13cd4830e2edb3f13448bbf89944f
Stricter check for the memory access.

The current pattern would trigger for scheduling changes of the
post-load computation, since those are commutable with the inline asm.
Avoid this by explicitly check the order of load vs asm block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367180 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/inlineasm-sched-bug.ll