llvm-project/llvm/test/Transforms/LICM
Bjorn Pettersson a413663d8f [NewPM][test] Avoid using -enable-new-pm=1 since -passes implies new PM 2021-10-20 15:16:17 +02:00
..
AArch64
AMDGPU
Inputs
2003-02-26-LoopExitNotDominated.ll
2003-02-27-NestedLoopExitBlocks.ll
2003-02-27-PreheaderExitNodeUpdate.ll
2003-02-27-PreheaderProblem.ll [SimplifyCFG] MergeBlockIntoPredecessor() already knows how to preserve DomTree 2020-12-17 01:03:49 +03:00
2003-02-27-StoreSinkPHIs.ll
2003-02-28-PromoteDifferentType.ll
2003-05-02-LoadHoist.ll
2003-12-11-SinkingToPHI.ll Re-apply "[lli] Make -jit-kind=orc the default JIT engine" 2021-03-30 12:08:26 +02:00
2004-09-14-AliasAnalysisInvalidate.ll
2004-11-17-UndefIndexCrash.ll
2006-09-12-DeadUserOfSunkInstr.ll
2007-05-22-VolatileSink.ll
2007-07-30-AliasSet.ll
2007-09-17-PromoteValue.ll
2007-09-24-PromoteNullValue.ll
2007-10-01-PromoteSafeValue.ll
2008-05-20-AliasSetVAArg.ll
2008-07-22-LoadGlobalConstant.ll
2009-12-10-LICM-Indbr-Crash.ll
2011-04-06-HoistMissedASTUpdate.ll
2011-04-06-PromoteResultOfPromotion.ll
2011-04-09-RAUW-AST.ll
2011-07-06-Alignment.ll
2014-09-10-doFinalizationAssert.ll
AliasSetMemSet.ll
PR19798.ll
PR21582.ll
PR24013.ll
Preserve-LCSSA.ll
alias-set-tracker-loss.ll
argmemonly-call.ll [LICM] Drop -licm-n2-threshold option 2021-08-17 22:41:31 +02:00
assume.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
atomics.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
basictest.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
bisect-state.ll
call-hoisting.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
callbr-crash.ll
constexpr.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
convergent.ll
crash.ll [TTI] getUserCost - Ensure a vector insert/extract index is in unsigned 32-bit range 2021-09-25 10:50:54 +01:00
debug-value.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
dropped-tbaa.ll
explicit_guards.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
extra-copies.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
fence.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
freeze.ll
funclet.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
gc-relocate.ll [LICM] Fix a crash when sinking instructions w/token operands 2021-03-17 11:18:46 -07:00
guards.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
hoist-alloc.ll [nofree] Restrict semantics to memory visible to caller 2021-04-16 11:38:55 -07:00
hoist-bitcast-load.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
hoist-debuginvariant.ll [Tests] Remove explicit -enable-mssa-loop-dependency options (NFC) 2021-08-14 21:21:07 +02:00
hoist-deref-load.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
hoist-fast-fdiv.ll [Tests] Remove explicit -enable-mssa-loop-dependency options (NFC) 2021-08-14 21:21:07 +02:00
hoist-invariant-load.ll [Tests] Remove explicit -enable-mssa-loop-dependency options (NFC) 2021-08-14 21:21:07 +02:00
hoist-mustexec.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
hoist-nounwind.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
hoist-phi.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
hoist-round.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
hoisting-preheader-debugloc.ll Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
hoisting.ll [LICM] Bail if checking a global/constant for invariant.start 2021-10-04 14:14:25 -07:00
infinite_loops.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
int_sideeffect.ll
invariant.start.ll [LICM] Drop -licm-n2-threshold option 2021-08-17 22:41:31 +02:00
lcssa-ssa-promoter.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
lnicm-sink.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
lnicm.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
loopsink-pr38462.ll Reland: Expand existing loopsink testing to also test loopsinking using new pass manager and fix LICM bug. 2020-11-20 10:26:33 -05:00
loopsink-pr39570.ll Reland: Expand existing loopsink testing to also test loopsinking using new pass manager and fix LICM bug. 2020-11-20 10:26:33 -05:00
loopsink-pr39695.ll Reland: Expand existing loopsink testing to also test loopsinking using new pass manager and fix LICM bug. 2020-11-20 10:26:33 -05:00
loopsink.ll Reland: Expand existing loopsink testing to also test loopsinking using new pass manager and fix LICM bug. 2020-11-20 10:26:33 -05:00
no-hoist-prof.ll [NewPM][test] Avoid using -enable-new-pm=1 since -passes implies new PM 2021-10-20 15:16:17 +02:00
no-preheader-test.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
opt-remarks-conditional-load.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
opt-remarks-intervening-store.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
opt-remarks.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
outer-loop-deleted-before-licm.ll
pr23608.ll [FileCheck] Enforce --allow-unused-prefixes=false for llvm/test/Transforms 2020-12-09 08:51:38 -08:00
pr26843.ll
pr27262.ll
pr32129.ll
pr35342.ll
pr36228.ll
pr37323.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
pr38513.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
pr40317.ll [Tests] Remove explicit -enable-mssa-loop-dependency options (NFC) 2021-08-14 21:21:07 +02:00
pr42969.ll [Tests] Remove explicit -enable-mssa-loop-dependency options (NFC) 2021-08-14 21:21:07 +02:00
pr50367.ll [LICM] Remove MaybePromotable set (PR50367) 2021-05-18 20:26:01 +02:00
pragma-licm-disable.ll
preheader-safe.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
promote-atomic.ll Reapply [LICM] Make promotion faster 2021-03-11 10:50:28 +01:00
promote-capture.ll [LICM] Make capture check more precise 2021-04-19 20:34:23 +02:00
promote-order.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
promote-tls.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
read-only-calls.ll [LICM] Drop -licm-n2-threshold option 2021-08-17 22:41:31 +02:00
read-volatile-register.ll
scalar-promote-memmodel.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
scalar-promote-unwind.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
scalar-promote.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
sink-debuginfo-preserve.ll [LLVM IR] Allow volatile stores to trap. 2021-07-26 10:51:00 -07:00
sink-foldable.ll
sink-promote.ll
sink-with-coroutine.ll [LICM][Coroutine] Don't sink stores from loops with coro.suspend instructions 2021-03-03 15:21:57 -08:00
sink.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
sinking-debugify.ll [LICM] Extract debugify test (NFC) 2021-07-24 17:04:42 +02:00
sinking.ll [Tests] Remove explicit -enable-mssa-loop-dependency options (NFC) 2021-08-14 21:21:07 +02:00
speculate.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
store-hoisting.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
strlen.ll Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
unrolled-deeply-nested.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00
update-scev.ll [test] Fixup tests with -analyze in llvm/test/Transforms 2021-09-04 16:45:51 -07:00
volatile-alias.ll [LICM] Remove AST-based implementation 2021-08-18 20:21:53 +02:00