llvm-6502/test/Transforms
Arnold Schwaighofer 56ee544a3a LoopVectorizer: Ignore dbg.value instructions
We want vectorization to happen at -g. Ignore calls to the dbg.value intrinsic
and don't transfer them to the vectorized code.

radar://13378964

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176768 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-09 15:56:34 +00:00
..
ADCE
ArgumentPromotion Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
BBVectorize Modify the LLVM assembly output so that it uses references to represent function attributes. 2013-02-20 07:21:42 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp Remove this testcase until I can figure out how to properly conditionalize it. 2013-02-07 07:01:54 +00:00
CorrelatedValuePropagation CVP: If we have a PHI with an incoming select, try to skip the select. 2013-02-24 15:34:43 +00:00
DeadArgElim Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
DeadStoreElimination
EarlyCSE There was a switch fall-through in the parser for textual LLVM that caused 2013-01-07 13:32:38 +00:00
FunctionAttrs Modify the LLVM assembly output so that it uses references to represent function attributes. 2013-02-20 07:21:42 +00:00
GlobalDCE
GlobalOpt Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
GVN Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
IndVarSimplify Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
Inline Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
InstCombine InstCombine: Don't shrink allocas when combining with a bitcast. 2013-03-06 05:44:53 +00:00
InstSimplify [SimplifyLibCalls] Library call simplification doen't work if the call site 2013-02-08 18:00:14 +00:00
Internalize
IPConstantProp Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
JumpThreading Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
LCSSA
LICM Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
LoopDeletion Modify the LLVM assembly output so that it uses references to represent function attributes. 2013-02-20 07:21:42 +00:00
LoopIdiom PR14904: Segmentation fault running pass 'Recognize loop idioms' 2013-01-10 23:32:01 +00:00
LoopRotate
LoopSimplify
LoopStrengthReduce LSR IVChain improvement. 2013-02-09 01:11:01 +00:00
LoopUnroll Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
LoopUnswitch Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
LoopVectorize LoopVectorizer: Ignore dbg.value instructions 2013-03-09 15:56:34 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
MergeFunc Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
MetaRenamer
ObjCARC Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
PhaseOrdering
PruneEH
Reassociate
Reg2Mem Make sure we don't emit instructions before a landingpad instruction. 2013-01-08 10:51:32 +00:00
ScalarRepl Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
SCCP
SimplifyCFG SimplifyCFG fix for volatile load/store. 2013-03-07 01:03:35 +00:00
SimplifyLibCalls Modify the LLVM assembly output so that it uses references to represent function attributes. 2013-02-20 07:21:42 +00:00
Sink
SROA
StripSymbols
TailCallElim Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
TailDup Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00