llvm-6502/test/Transforms/JumpThreading
Chris Lattner 0a96144aac if jump threading is able to infer interesting values on both
the LHS and RHS of an and/or instruction, don't multiply add
known predecessor values.  This fixes the crash on testcase
from PR7498


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108114 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-12 00:47:34 +00:00
..
2008-11-27-EntryMunge.ll
and-and-cond.ll
and-cond.ll
basic.ll
branch-no-const.ll
compare.ll
crash.ll if jump threading is able to infer interesting values on both 2010-07-12 00:47:34 +00:00
dg.exp
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
thread-loads.ll