mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
554ba948c2
This is intended to be a superset of the functionality from D31037 (EarlyCSE) but implemented as an independent pass, so there's no stretching of scope and feature creep for an existing pass. I also proposed a weaker version of this for SimplifyCFG in D30910. And I initially had almost this same functionality as an addition to CGP in the motivating example of PR31028: https://bugs.llvm.org/show_bug.cgi?id=31028 The advantage of positioning this ahead of SimplifyCFG in the pass pipeline is that it can allow more flattening. But it needs to be after passes (InstCombine) that could sink a div/rem and undo the hoisting that is done here. Decomposing remainder may allow removing some code from the backend (PPC and possibly others). Differential Revision: https://reviews.llvm.org/D37121 llvm-svn: 312862 |
||
---|---|---|
.. | ||
ADCE.h | ||
AlignmentFromAssumptions.h | ||
BDCE.h | ||
ConstantHoisting.h | ||
CorrelatedValuePropagation.h | ||
DCE.h | ||
DeadStoreElimination.h | ||
DivRemPairs.h | ||
EarlyCSE.h | ||
Float2Int.h | ||
GuardWidening.h | ||
GVN.h | ||
GVNExpression.h | ||
IndVarSimplify.h | ||
IVUsersPrinter.h | ||
JumpThreading.h | ||
LICM.h | ||
LoopAccessAnalysisPrinter.h | ||
LoopDataPrefetch.h | ||
LoopDeletion.h | ||
LoopDistribute.h | ||
LoopIdiomRecognize.h | ||
LoopInstSimplify.h | ||
LoopLoadElimination.h | ||
LoopPassManager.h | ||
LoopPredication.h | ||
LoopRotation.h | ||
LoopSimplifyCFG.h | ||
LoopSink.h | ||
LoopStrengthReduce.h | ||
LoopUnrollPass.h | ||
LowerAtomic.h | ||
LowerExpectIntrinsic.h | ||
LowerGuardIntrinsic.h | ||
MemCpyOptimizer.h | ||
MergedLoadStoreMotion.h | ||
NaryReassociate.h | ||
NewGVN.h | ||
PartiallyInlineLibCalls.h | ||
Reassociate.h | ||
SCCP.h | ||
SimpleLoopUnswitch.h | ||
SimplifyCFG.h | ||
Sink.h | ||
SpeculativeExecution.h | ||
SROA.h | ||
TailRecursionElimination.h |