teak-llvm/llvm/lib/Transforms/Utils
Evandro Menezes b21692672e [InstCombine] Reorder pow() transformations (NFC)
Move the transformation from `powf(x, itofp(y))` to `powi(x, y)` to the
group of transformations related to the exponent.

llvm-svn: 365851
2019-07-12 00:33:49 +00:00
..
AddDiscriminators.cpp
ASanStackFrameLayout.cpp
BasicBlockUtils.cpp [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code linenos step through loop even after completion 2019-06-19 10:50:47 +00:00
BreakCriticalEdges.cpp
BuildLibCalls.cpp Add, and infer, a nofree function attribute 2019-07-08 15:57:56 +00:00
BypassSlowDivision.cpp
CallPromotionUtils.cpp [PGO] Update ICP pass for recent byval type changes 2019-07-01 22:43:39 +00:00
CanonicalizeAliases.cpp
CloneFunction.cpp Keep the order of the basic blocks in the cloned loop as the original 2019-07-08 18:30:35 +00:00
CloneModule.cpp
CMakeLists.txt
CodeExtractor.cpp [Attributor] Deduce "nosync" function attribute. 2019-07-11 21:37:40 +00:00
CtorUtils.cpp
DemoteRegToStack.cpp
EntryExitInstrumenter.cpp
EscapeEnumerator.cpp
Evaluator.cpp
FlattenCFG.cpp
FunctionComparator.cpp IR: compare type attributes deeply when looking into functions. 2019-06-27 11:44:45 +00:00
FunctionImportUtils.cpp [ThinLTO] Attempt to recommit r365188 after alignment fix 2019-07-05 15:25:05 +00:00
GlobalStatus.cpp
GuardUtils.cpp
ImportedFunctionsInliningStatistics.cpp
InlineFunction.cpp [CallSite removal] Refactoring llvm::InlineFunction APIs 2019-06-05 21:28:13 +00:00
InstructionNamer.cpp
IntegerDivision.cpp
LCSSA.cpp
LibCallsShrinkWrap.cpp
LLVMBuild.txt
Local.cpp Revert r360902 "Resubmit: [Salvage] Change salvage debug info ..." 2019-05-21 11:53:41 +00:00
LoopRotationUtils.cpp [LoopRotate + MemorySSA] Keep an <instruction-cloned instruction> map. 2019-07-10 17:36:56 +00:00
LoopSimplify.cpp [MemorySSA] LoopSimplify preserves MemorySSA only when flag is flipped. 2019-05-14 18:07:18 +00:00
LoopUnroll.cpp [Loop Peeling] Add support for peeling of loops with multiple exits 2019-07-09 06:07:25 +00:00
LoopUnrollAndJam.cpp [Utils] Clean another duplicated util method. 2019-06-04 18:45:15 +00:00
LoopUnrollPeel.cpp [Loop Peeling] Add support for peeling of loops with multiple exits 2019-07-09 06:07:25 +00:00
LoopUnrollRuntime.cpp PHINode: introduce setIncomingValueForBlock() function, and use it. 2019-06-17 14:38:56 +00:00
LoopUtils.cpp Change semantics of fadd/fmul vector reductions. 2019-06-11 08:22:10 +00:00
LoopVersioning.cpp LoopVersioning: Respect convergent 2019-06-12 14:05:58 +00:00
LowerInvoke.cpp
LowerMemIntrinsics.cpp
LowerSwitch.cpp Fix a crash when the default of a switch is removed 2019-06-03 17:54:15 +00:00
Mem2Reg.cpp
MetaRenamer.cpp
ModuleUtils.cpp [IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in textual format 2019-05-15 02:35:32 +00:00
NameAnonGlobals.cpp
PredicateInfo.cpp [PredicateInfo] Do not process unreachable operands. 2019-05-15 19:35:38 +00:00
PromoteMemoryToRegister.cpp
SanitizerStats.cpp
SimplifyCFG.cpp [SimplifyCFG] NFC, prof branch_weighs handling is simplified 2019-06-18 06:50:52 +00:00
SimplifyIndVar.cpp [SimplifyIndVar] Simplify non-overflowing saturating add/sub 2019-06-15 08:48:52 +00:00
SimplifyLibCalls.cpp [InstCombine] Reorder pow() transformations (NFC) 2019-07-12 00:33:49 +00:00
SizeOpts.cpp
SplitModule.cpp
SSAUpdater.cpp
SSAUpdaterBulk.cpp
StripGCRelocates.cpp
StripNonLineTableDebugInfo.cpp
SymbolRewriter.cpp
UnifyFunctionExitNodes.cpp
Utils.cpp
ValueMapper.cpp Reapply: IR: add optional type to 'byval' function parameters 2019-05-30 18:48:23 +00:00
VNCoercion.cpp [GVN] non-functional code movement 2019-06-07 23:08:38 +00:00