llvm-6502/lib/Transforms/Scalar
Chris Lattner 6970b661cb Generalize the setcc -> PHI and Select folding optimizations to work with
any constant RHS, not just a constant integer RHS.  This implements
select.ll:test17


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21470 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-23 15:31:55 +00:00
..
ADCE.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
BasicBlockPlacement.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
CondPropagate.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
ConstantProp.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
CorrelatedExprs.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
DCE.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
DeadStoreElimination.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
GCSE.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
IndVarSimplify.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
InstructionCombining.cpp Generalize the setcc -> PHI and Select folding optimizations to work with 2005-04-23 15:31:55 +00:00
LICM.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
LoopStrengthReduce.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
LoopUnroll.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
LoopUnswitch.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
LowerConstantExprs.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
LowerGC.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
LowerPacked.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
PRE.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
Reassociate.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
ScalarReplAggregates.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
SCCP.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
SimplifyCFG.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
TailDuplication.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
TailRecursionElimination.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00