llvm-6502/test/Transforms
Nick Lewycky 83c05e5d30 Don't crash when trying to constant fold a vector with some elements that can't
be folded. Instead, fail to fold the entire vector.

We could also return a vector with some elements folded and some not. If anyone
thinks that's a better approach, please speak up!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55689 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-03 05:54:33 +00:00
..
ADCE
ArgumentPromotion Restructure ArgumentPromotion a bit. Instead of just having a single boolean 2008-07-29 10:00:13 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CondProp
ConstantMerge
ConstProp
DeadArgElim
DeadStoreElimination
GlobalDCE
GlobalOpt
GVN
GVNPRE
IndVarsSimplify
Inline respect inline=never and inline=always notes. 2008-09-02 22:16:13 +00:00
InstCombine Don't crash when trying to constant fold a vector with some elements that can't 2008-09-03 05:54:33 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM Remove GCSE and LoadVN from the testsuite. 2008-08-16 00:00:54 +00:00
LoopDeletion
LoopIndexSplit
LoopRotate
LoopSimplify
LoopStrengthReduce Check iteration count. 2008-09-03 00:10:56 +00:00
LoopUnroll Add -unroll-allow-partial command line option that enabled the loop unroller to 2008-07-29 13:21:23 +00:00
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
PredicateSimplifier
PruneEH
RaiseAllocations
Reassociate Remove GCSE and LoadVN from the testsuite. 2008-08-16 00:00:54 +00:00
ScalarRepl Fix PR2423 by checking all indices for out of range access, not only 2008-08-23 05:21:06 +00:00
SCCP Fix SCCP's handling of struct value loads and stores. SCCP doesn't 2008-08-13 21:22:48 +00:00
SimplifyCFG Remove GCSE and LoadVN from the testsuite. 2008-08-16 00:00:54 +00:00
SimplifyLibCalls
SRETPromotion Add a basic test for the SRETPromotion pass. 2008-08-07 15:55:18 +00:00
StripSymbols
TailCallElim
TailDup