llvm-6502/test/Transforms/JumpThreading
Chris Lattner fddcf47a24 make jump threading recursively simplify expressions instead of doing it
just one level deep.  On the testcase we go from getting this:

F1:                                               ; preds = %T2
  %F = and i1 true, %cond                         ; <i1> [#uses=1]
  br i1 %F, label %X, label %Y

to a fully threaded:

F1:                                               ; preds = %T2
  br label %Y


This changes gets us to the point where we're forming (too many) switch 
instructions on doug's strswitch testcase.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86646 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-10 01:57:31 +00:00
..
2008-11-27-EntryMunge.ll simplify some run lines, convert a test to filecheck. 2009-10-11 03:54:21 +00:00
and-and-cond.ll
and-cond.ll
basic.ll make jump threading recursively simplify expressions instead of doing it 2009-11-10 01:57:31 +00:00
branch-no-const.ll
compare.ll simplify some run lines, convert a test to filecheck. 2009-10-11 03:54:21 +00:00
crash.ll reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fix 2009-11-07 08:05:03 +00:00
dg.exp
no-irreducible-loops.ll Make these tests more interesting by using 2009-10-24 23:23:04 +00:00
thread-loads.ll simplify some run lines, convert a test to filecheck. 2009-10-11 03:54:21 +00:00