1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/lib/Transforms/Utils
Chris Jackson ff86d9e5f0 [DebugInfo][LoopStrengthReduction] SCEV-based salvaging for LSR
Reapply commit d675b594f4f1e1f6a195fb9a4fd02cf3de92292d that was
reverted due to buildbot failures. A simple fix has been applied to
remove an assertion.

Differential Revision: https://reviews.llvm.org/D105207

(cherry picked from commit 0ba8595287ea2203ef2250e2b0b41f284a055518)
2021-08-05 10:34:33 +01:00
..
AddDiscriminators.cpp [SampleFDO] Place the discriminator flag variable into the used list. 2021-06-15 21:51:04 -07:00
AMDGPUEmitPrintf.cpp [NFC][OpaquePtr] Explicitly pass GEP source type to IRBuilder in more places 2021-06-01 13:13:37 -07:00
ASanStackFrameLayout.cpp
AssumeBundleBuilder.cpp [Attributes] Replace doesAttrKindHaveArgument() (NFC) 2021-07-12 21:57:26 +02:00
BasicBlockUtils.cpp [NFC][BasicBlockUtils] Refactor GetIfCondition() to return the branch, not it's condition 2021-07-24 00:18:26 +03:00
BreakCriticalEdges.cpp
BuildLibCalls.cpp Revert "[BuildLibCalls/SimplifyLibCalls] Fix attributes on created CallInst instructions." 2021-06-24 19:24:34 -07:00
BypassSlowDivision.cpp
CallGraphUpdater.cpp
CallPromotionUtils.cpp [OpaquePointers][CallPromotion] Don't look at pointee type for byval 2021-07-09 09:34:05 -07:00
CanonicalizeAliases.cpp
CanonicalizeFreezeInLoops.cpp
CloneFunction.cpp [Inline] Fix noalias addition on simplified instructions (PR50589) 2021-07-20 19:52:41 +02:00
CloneModule.cpp
CMakeLists.txt [Remarks] Add analysis remarks for memset/memcpy/memmove lengths 2021-05-24 10:10:44 -07:00
CodeExtractor.cpp [IR] Add elementtype attribute 2021-07-15 18:04:26 +02:00
CodeMoverUtils.cpp
CtorUtils.cpp
Debugify.cpp Recommit: "[Debugify][Original DI] Test dbg var loc preservation"" 2021-05-21 02:04:29 -07:00
DemoteRegToStack.cpp
EntryExitInstrumenter.cpp
EscapeEnumerator.cpp
Evaluator.cpp [GlobalOpt] Fix a miscompile when evaluating struct initializers. 2021-07-14 15:37:01 -07:00
FixIrreducible.cpp
FlattenCFG.cpp [NFC][BasicBlockUtils] Refactor GetIfCondition() to return the branch, not it's condition 2021-07-24 00:18:26 +03:00
FunctionComparator.cpp
FunctionImportUtils.cpp [ThinLTO] Respect ClearDSOLocalOnDeclarations for unimported functions 2021-07-02 17:08:25 -07:00
GlobalStatus.cpp
GuardUtils.cpp
HelloWorld.cpp
InjectTLIMappings.cpp
InlineFunction.cpp [Local] Do not introduce a new llvm.trap before unreachable 2021-07-26 23:33:36 -05:00
InstructionNamer.cpp
IntegerDivision.cpp
LCSSA.cpp [NewPM] Don't mark AA analyses as preserved 2021-05-18 13:49:03 -07:00
LibCallsShrinkWrap.cpp [NewPM] Don't mark AA analyses as preserved 2021-05-18 13:49:03 -07:00
Local.cpp Strip undef implying attributes when moving calls 2021-07-27 10:57:05 -04:00
LoopPeel.cpp
LoopRotationUtils.cpp Fix some -Wunused-but-set-variable in -DLLVM_ENABLE_ASSERTIONS=off build 2021-06-04 23:34:43 -07:00
LoopSimplify.cpp [Local] Do not introduce a new llvm.trap before unreachable 2021-07-26 23:33:36 -05:00
LoopUnroll.cpp [Local] Do not introduce a new llvm.trap before unreachable 2021-07-26 23:33:36 -05:00
LoopUnrollAndJam.cpp [LoopUnroll] Push runtime unrolling decision up into tryToUnrollLoop() 2021-06-19 09:25:57 +02:00
LoopUnrollRuntime.cpp [LoopUnroll] Push runtime unrolling decision up into tryToUnrollLoop() 2021-06-19 09:25:57 +02:00
LoopUtils.cpp [Local] Do not introduce a new llvm.trap before unreachable 2021-07-26 23:33:36 -05:00
LoopVersioning.cpp [LoopVersion] Move an assert [nfc-ish] 2021-07-06 10:57:10 -07:00
LowerInvoke.cpp
LowerMemIntrinsics.cpp
LowerSwitch.cpp
MatrixUtils.cpp
Mem2Reg.cpp
MemoryOpRemark.cpp [NFC][OpaquePtr] Use GlobalValue::getValueType() more 2021-07-09 09:55:41 -07:00
MetaRenamer.cpp
ModuleUtils.cpp [Transforms] Remove getOrCreateInitFunction (NFC) 2021-07-22 06:30:39 -07:00
NameAnonGlobals.cpp
PredicateInfo.cpp [PredicateInfo] Use Intrinsic::getDeclaration now that it handles unnamed types. 2021-08-04 16:51:33 -07:00
PromoteMemoryToRegister.cpp [Mem2Reg] Use poison for unreachable cases 2021-06-21 10:54:13 +02:00
RelLookupTableConverter.cpp
SampleProfileLoaderBaseUtil.cpp [SampleFDO] Place the discriminator flag variable into the used list. 2021-06-15 21:51:04 -07:00
SanitizerStats.cpp
ScalarEvolutionExpander.cpp [DebugInfo][LoopStrengthReduction] SCEV-based salvaging for LSR 2021-08-05 10:34:33 +01:00
SCCPSolver.cpp Function Specialization Pass 2021-06-11 09:11:29 +01:00
SimplifyCFG.cpp Strip undef implying attributes when moving calls 2021-07-27 10:57:05 -04:00
SimplifyIndVar.cpp [IndVars] Don't widen pointers in WidenIV::getWideRecurrence 2021-07-11 17:04:50 -07:00
SimplifyLibCalls.cpp [SimplifyLibCalls] avoid crash on pointer math 2021-07-26 11:08:45 -04:00
SizeOpts.cpp Internalize some cl::opt global variables or move them under namespace llvm 2021-05-07 11:15:43 -07:00
SplitModule.cpp
SSAUpdater.cpp
SSAUpdaterBulk.cpp
StripGCRelocates.cpp
StripNonLineTableDebugInfo.cpp
SymbolRewriter.cpp
UnifyFunctionExitNodes.cpp
UnifyLoopExits.cpp
Utils.cpp
ValueMapper.cpp [NFC][OpaquePtr] Use GlobalValue::getValueType() more 2021-07-09 09:55:41 -07:00
VNCoercion.cpp