llvm-6502/test/Transforms
Erik Verbruggen 0638609d66 Fix crash in PRE.
After r203553 overflow intrinsics and their non-intrinsic (normal)
instruction get hashed to the same value. This patch prevents PRE from
moving an instruction into a predecessor block, and trying to add a phi
node that gets two different types (the intrinsic result and the
non-intrinsic result), resulting in a failing assert.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203574 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-11 15:07:32 +00:00
..
ADCE
AddDiscriminators
ArgumentPromotion
BBVectorize Change math intrinsic attributes from readonly to readnone. These 2014-03-06 00:18:15 +00:00
BranchFolding
CodeExtractor
CodeGenPrepare Revert r203230, "CodeGenPrep: sink extends of illegal types into use block." 2014-03-09 11:01:07 +00:00
ConstantHoisting/X86
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim IR: Change inalloca's grammar a bit 2014-03-09 06:41:58 +00:00
DeadStoreElimination
DebugIR
EarlyCSE
FunctionAttrs
GCOVProfiling
GlobalDCE
GlobalOpt
GVN Fix crash in PRE. 2014-03-11 15:07:32 +00:00
IndVarSimplify
Inline
InstCombine For functions with ARM target specific calling convention, when simplify-libcall 2014-03-10 20:49:45 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopReroll
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize LoopVectorizer: Preserve fast-math flags 2014-03-05 21:10:47 +00:00
LowerAtomic IR: add a second ordering operand to cmpxhg for failure 2014-03-11 10:48:52 +00:00
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt MemCpyOpt: When merging memsets also merge the trivial case of two memsets with the same destination. 2014-03-10 21:05:13 +00:00
MergeFunc
MetaRenamer
ObjCARC
PhaseOrdering
PruneEH
Reassociate
Reg2Mem
SampleProfile Use discriminator information in sample profiles. 2014-03-10 22:41:28 +00:00
Scalarizer
ScalarRepl
SCCP
SimplifyCFG IR: add a second ordering operand to cmpxhg for failure 2014-03-11 10:48:52 +00:00
Sink
SLPVectorizer Trivial test commit. 2014-03-05 02:09:51 +00:00
SROA
StripSymbols
StructurizeCFG
TailCallElim
TailDup