llvm-6502/test/Transforms/JumpThreading
Torok Edwin f993327e71 Fix PR5258, jump-threading creating invalid PHIs.
When an incoming value for a PHI is updated, we must also updated all other
incoming values for the same BB to match, otherwise we create invalid PHIs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84638 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-20 15:42:00 +00:00
..
2008-11-27-EntryMunge.ll simplify some run lines, convert a test to filecheck. 2009-10-11 03:54:21 +00:00
2008-11-28-InfLoop.ll simplify some run lines, convert a test to filecheck. 2009-10-11 03:54:21 +00:00
2009-01-08-DeadLoopRepl.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
2009-01-19-InfSwitchLoop.ll simplify some run lines, convert a test to filecheck. 2009-10-11 03:54:21 +00:00
2009-10-20-jumpthreading-phi.ll Fix PR5258, jump-threading creating invalid PHIs. 2009-10-20 15:42:00 +00:00
and-and-cond.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
and-cond.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
basic.ll when folding duplicate conditions, delete the 2009-10-11 18:39:58 +00:00
branch-no-const.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
compare.ll simplify some run lines, convert a test to filecheck. 2009-10-11 03:54:21 +00:00
crash.ll another testcase jump threading shouldn't crash on. 2009-10-11 07:11:11 +00:00
dg.exp add a basic testcase. 2008-04-22 06:35:14 +00:00
no-irreducible-loops.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
thread-loads.ll simplify some run lines, convert a test to filecheck. 2009-10-11 03:54:21 +00:00