1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/Transforms/EarlyCSE
David Majnemer b674c77582 [EarlyCSE] Correctly handle simplified, but live, instructions
Some instructions may have their uses replaced with a symbolic constant.
However, the instruction may still have side effects which percludes it
from being removed from the function.  EarlyCSE treated such an
instruction as if it were removed, resulting in PR28763.

llvm-svn: 277114
2016-07-29 05:39:21 +00:00
..
AArch64 Reapply: [InstSimplify] Add support for bitcasts" 2016-07-26 05:52:29 +00:00
atomics.ll
basic.ll [EarlyCSE] Correctly handle simplified, but live, instructions 2016-07-29 05:39:21 +00:00
commute.ll
conditional.ll
edge.ll
fence.ll
flags.ll
floatingpoint.ll
guards.ll
instsimplify-dom.ll
invariant-loads.ll
read-reg.ll