1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/Transforms/JumpThreading
2011-01-29 01:29:26 +00:00
..
2008-11-27-EntryMunge.ll
2010-08-26-and.ll Remove dead option from tests. 2010-09-14 21:03:40 +00:00
and-and-cond.ll Re-commit r124462 with fixes. Tail recursion elim will now dup ret into unconditional predecessor to enable TCE on demand. 2011-01-29 01:29:26 +00:00
and-cond.ll Re-commit r124462 with fixes. Tail recursion elim will now dup ret into unconditional predecessor to enable TCE on demand. 2011-01-29 01:29:26 +00:00
basic.ll Remove dead option from tests. 2010-09-14 21:03:40 +00:00
branch-no-const.ll
compare.ll
crash.ll Fix PR8247: JumpThreading can cause a block to become unreachable while still having predecessor, if it is part of a self-loop. 2010-09-29 20:34:41 +00:00
dg.exp
indirectbr.ll Implement jump threading of 'indirectbr' by keeping track of whether we're looking for ConstantInt*s or BlockAddress*s. 2010-12-06 23:36:56 +00:00
lvi-load.ll Remove dead option from tests. 2010-09-14 21:03:40 +00:00
no-irreducible-loops.ll
or-undef.ll Make jump threading honor x|undef -> true and x&undef -> false, 2010-02-11 04:40:44 +00:00
select.ll Teach jump threading to "look through" a select when the branch direction of a terminator depends on it. 2010-12-15 09:51:20 +00:00
thread-loads.ll Re-commit r124462 with fixes. Tail recursion elim will now dup ret into unconditional predecessor to enable TCE on demand. 2011-01-29 01:29:26 +00:00