llvm-project/llvm/test/Transforms/SCCP
Florian Hahn 6615a7132a [IPSCCP] Use input operand instead of OriginalOp for ssa_copy.
OriginalOp of a Predicate refers to the original IR value,
before renaming. While solving in IPSCCP, we have to use
the operand of the ssa_copy instead, to avoid missing
updates for nested conditions on the same IR value.

Fixes PR39772.

llvm-svn: 347524
2018-11-25 16:32:02 +00:00
..
2002-05-02-MissSecondInst.ll
2002-05-20-MissedIncomingValue.ll
2002-05-21-InvalidSimplify.ll
2002-08-30-GetElementPtrTest.ll
2003-06-24-OverdefinedPHIValue.ll
2003-08-26-InvokeHandling.ll
2004-11-16-DeadInvoke.ll
2004-12-10-UndefBranchBug.ll
2006-10-23-IPSCCP-Crash.ll [PPC] Remove Darwin support from POWER backend. 2018-08-28 01:18:29 +00:00
2006-12-04-PackedType.ll [PPC] Remove Darwin support from POWER backend. 2018-08-28 01:18:29 +00:00
2006-12-19-UndefBug.ll
2007-05-16-InvokeCrash.ll
2008-01-27-UndefCorrelate.ll
2008-04-22-multiple-ret-sccp.ll
2008-05-23-UndefCallFold.ll
2009-01-14-IPSCCP-Invoke.ll
2009-05-27-VectorOperandZero.ll
apint-array.ll
apint-basictest.ll
apint-basictest2.ll
apint-basictest3.ll
apint-basictest4.ll
apint-bigarray.ll
apint-bigint.ll
apint-bigint2.ll
apint-ipsccp1.ll
apint-ipsccp2.ll
apint-ipsccp3.ll
apint-ipsccp4.ll
apint-load.ll
apint-phi.ll
apint-select.ll
atomic-load-store.ll
atomic.ll
bitcast.ll
calltest.ll
comdat-ipo.ll
constant-struct.ll
crash.ll
definite-initializer.ll
dont-zap-return.ll
global-alias-constprop.ll
indirectbr.ll
ip-constant-ranges.ll Recommit r328307: [IPSCCP] Use constant range information for comparisons of parameters. 2018-07-20 13:29:12 +00:00
ipsccp-addr-taken.ll
ipsccp-basic.ll Add support for llvm.is.constant intrinsic (PR4898) 2018-11-07 15:24:12 +00:00
ipsccp-branch-unresolved-undef.ll [SCCP] Don't use markForcedConstant on branch conditions. 2018-07-19 23:02:07 +00:00
ipsccp-phi-one-pred-dead.ll [SCCP] Don't use markForcedConstant on branch conditions. 2018-07-19 23:02:07 +00:00
ipsccp-preserve-analysis.ll [IPSCCP,PM] Preserve PDT in the new pass manager. 2018-11-11 20:22:45 +00:00
ipsccp-ssa-copy-nested-conds.ll [IPSCCP] Use input operand instead of OriginalOp for ssa_copy. 2018-11-25 16:32:02 +00:00
latticeval-invalidate.ll SCCP: avoid caching DenseMap entry that might be invalidated. 2018-10-12 09:01:59 +00:00
loadtest.ll
logical-nuke.ll
overdefined-div.ll
pr27712.ll
pr35357.ll
preserve-analysis.ll [BasicAA] Use PhiValuesAnalysis if available when handling phi alias 2018-07-30 11:52:08 +00:00
return-zapped.ll [SCCP] Don't use markForcedConstant on branch conditions. 2018-07-19 23:02:07 +00:00
retvalue-undef.ll
sccptest.ll
select.ll
switch-multiple-undef.ll
switch-undef-constantfoldterminator.ll [IPSCCP] Fix a problem with removing labels in a switch with undef condition 2018-09-20 09:00:17 +00:00
switch.ll
ub-shift.ll
undef-resolve.ll
vector-bitcast.ll