1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/Transforms/EarlyCSE
Sanjoy Das 69de617a5f [EarlyCSE] Simplify guard intrinsics
Summary:
This change teaches EarlyCSE some basic properties of guard intrinsics:

 - Guard intrinsics read all memory, but don't write to any memory
 - After a guard has executed, the condition it was guarding on can be
   assumed to be true
 - Guard intrinsics on a constant `true` are no-ops

Reviewers: reames, hfinkel

Subscribers: mcrosier, llvm-commits

Differential Revision: http://reviews.llvm.org/D19578

llvm-svn: 268120
2016-04-29 21:52:58 +00:00
..
AArch64
atomics.ll
basic.ll
commute.ll
conditional.ll
edge.ll
fence.ll
flags.ll
floatingpoint.ll
guards.ll [EarlyCSE] Simplify guard intrinsics 2016-04-29 21:52:58 +00:00
instsimplify-dom.ll
read-reg.ll