llvm/test/Transforms/SCCP
Davide Italiano 20837ca4c3 [IPSCCP] Constant fold struct argument/instructions when all the lattice values are constant.
This now should also work with the interprocedural variant of the pass.
Slightly easier now that the yak is shaved.

Differential Revision:   http://reviews.llvm.org/D22329

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275363 91177308-0d34-0410-b5e6-96231b3b80d8
2016-07-14 02:51:41 +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 Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
2004-11-16-DeadInvoke.ll Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
2004-12-10-UndefBranchBug.ll
2006-10-23-IPSCCP-Crash.ll
2006-12-04-PackedType.ll
2006-12-19-UndefBug.ll
2007-05-16-InvokeCrash.ll Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
2008-01-27-UndefCorrelate.ll
2008-04-22-multiple-ret-sccp.ll
2008-05-23-UndefCallFold.ll
2009-01-14-IPSCCP-Invoke.ll Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
2009-05-27-VectorOperandZero.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
apint-array.ll
apint-basictest2.ll
apint-basictest3.ll
apint-basictest4.ll
apint-basictest.ll
apint-bigarray.ll
apint-bigint2.ll
apint-bigint.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 [SCCP] Fold constants as we build them whne visiting cast instructions. 2016-07-08 19:13:40 +00:00
calltest.ll
comdat-ipo.ll Don't IPO over functions that can be de-refined 2016-04-08 00:48:30 +00:00
constant-struct.ll [SCCP] Constant fold structs if all the lattice value are constant. 2016-07-12 19:54:19 +00:00
crash.ll [SCCP] Turn loads of null into undef instead of zero initialized values 2015-07-01 05:37:57 +00:00
global-alias-constprop.ll [PM] Port per-function SCCP to the new pass manager. 2016-05-18 15:18:25 +00:00
ipsccp-addr-taken.ll
ipsccp-basic.ll [IPSCCP] Constant fold struct argument/instructions when all the lattice values are constant. 2016-07-14 02:51:41 +00:00
loadtest.ll
logical-nuke.ll
pr27712.ll [SCCP] Resolve shifts beyond the bitwidth to undef 2016-05-12 03:07:40 +00:00
retvalue-undef.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
sccptest.ll
select.ll
switch.ll
ub-shift.ll [SCCP] Resolve shifts beyond the bitwidth to undef 2016-05-12 03:07:40 +00:00
undef-resolve.ll [SCCP] Don't assume all Constants are ConstantInt 2016-06-23 00:14:29 +00:00
vector-bitcast.ll