1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/Transforms/LICM
Arthur Eubanks b7b7a90f18 [LICM] Hoist loads with invariant.group metadata
Previously loading the vtable used in calling a virtual method in a loop
was not hoisted out of the loop. This fixes that.

canSinkOrHoistInst() itself doesn't check that the load operands are
loop invariant, callers also check that separately.

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D99784
2021-04-08 21:57:37 -07: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
alias-set-tracker-loss.ll
AliasSetMemSet.ll
argmemonly-call.ll
assume.ll
atomics.ll
basictest.ll
bisect-state.ll
call-hoisting.ll
callbr-crash.ll
constexpr.ll
convergent.ll
crash.ll
debug-value.ll
dropped-tbaa.ll
explicit_guards.ll
extra-copies.ll
fence.ll
freeze.ll
funclet.ll
gc-relocate.ll [LICM] Fix a crash when sinking instructions w/token operands 2021-03-17 11:18:46 -07:00
guards.ll
hoist-alloc.ll Infer dereferenceability from malloc and friends 2021-04-01 11:33:35 -07:00
hoist-bitcast-load.ll
hoist-debuginvariant.ll
hoist-deref-load.ll Autogen some tests for ease of update 2021-03-22 11:06:29 -07:00
hoist-fast-fdiv.ll
hoist-invariant-load.ll
hoist-mustexec.ll
hoist-nounwind.ll
hoist-phi.ll
hoist-round.ll
hoisting-preheader-debugloc.ll
hoisting.ll
infinite_loops.ll
int_sideeffect.ll
invariant.group.ll [LICM] Hoist loads with invariant.group metadata 2021-04-08 21:57:37 -07:00
invariant.start.ll
lcssa-ssa-promoter.ll
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
no-preheader-test.ll
opt-remarks-conditional-load.ll
opt-remarks-intervening-store.ll
opt-remarks.ll
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
pr38513.ll
pr40317.ll
pr42969.ll
PR19798.ll
PR21582.ll
PR24013.ll
pragma-licm-disable.ll
preheader-safe.ll
Preserve-LCSSA.ll
promote-atomic.ll Reapply [LICM] Make promotion faster 2021-03-11 10:50:28 +01:00
promote-order.ll
promote-tls.ll
read-only-calls.ll
read-volatile-register.ll
scalar-promote-memmodel.ll
scalar-promote-unwind.ll
scalar-promote.ll
sink-debuginfo-preserve.ll
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
sinking.ll
speculate.ll
store-hoisting.ll
strlen.ll [InferAttrs] Mark some library functions as willreturn. 2021-01-18 13:40:21 +00:00
unrolled-deeply-nested.ll
update-scev.ll
volatile-alias.ll