llvm-6502/test/Transforms
Matt Arsenault 4b272493b7 Fix inserting instructions before last in bundle.
The builder inserts from before the insert point,
not after, so this would insert before the last
instruction in the bundle instead of after it.

I'm not sure if this can actually be a problem
with any of the current insertions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189285 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-26 23:08:37 +00:00
..
ADCE
ArgumentPromotion
BBVectorize TBAA: remove !tbaa from testing cases when they are not needed. 2013-08-21 22:20:53 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp Teach ConstantFolding about pointer address spaces 2013-08-20 21:20:04 +00:00
CorrelatedValuePropagation
DeadArgElim Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
DeadStoreElimination
DebugIR
EarlyCSE
FunctionAttrs
GCOVProfiling
GlobalDCE
GlobalOpt Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
GVN
IndVarSimplify
Inline
InstCombine Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
LoopDeletion
LoopIdiom Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
LoopRotate Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
MemCpyOpt
MergeFunc
MetaRenamer
ObjCARC Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
PhaseOrdering
PruneEH
Reassociate
Reg2Mem
ScalarRepl Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
SCCP
SimplifyCFG Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
Sink
SLPVectorizer/X86 Fix inserting instructions before last in bundle. 2013-08-26 23:08:37 +00:00
SROA
StripSymbols Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
StructurizeCFG
TailCallElim
TailDup