Skip to content

Commit 472462c

Browse files
committed
[NewPM] Consistently use 'simplifycfg' rather than 'simplify-cfg'
There was an alias between 'simplifycfg' and 'simplify-cfg' in the PassRegistry. That was the original reason for this patch, which effectively removes the alias. This patch also replaces all occurrances of 'simplify-cfg' by 'simplifycfg'. Reason for choosing that form for the name is that it matches the DEBUG_TYPE for the pass, and the legacy PM name and also how it is spelled out in other passes such as 'loop-simplifycfg', and in other options such as 'simplifycfg-merge-cond-stores'. I for some reason the name should be changed to 'simplify-cfg' in the future, then I think such a renaming should be more widely done and not only impacting the PassRegistry. Reviewed By: aeubanks Differential Revision: https://reviews.llvm.org/D105627
1 parent e24bb69 commit 472462c

File tree

103 files changed

+119
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+119
-120
lines changed

llvm/lib/Analysis/InlineCost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,7 @@ bool CallAnalyzer::visitSwitchInst(SwitchInst &SI) {
22112211
// proportional to the size of the tree or the size of jump table range.
22122212
//
22132213
// NB: We convert large switches which are just used to initialize large phi
2214-
// nodes to lookup tables instead in simplify-cfg, so this shouldn't prevent
2214+
// nodes to lookup tables instead in simplifycfg, so this shouldn't prevent
22152215
// inlining those. It will prevent inlining in cases where the optimization
22162216
// does not (yet) fire.
22172217

llvm/lib/FuzzMutate/FuzzerCLI.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void llvm::handleExecNameEncodedOptimizerOpts(StringRef ExecName) {
8888
} else if (Opt == "earlycse") {
8989
Args.push_back("-passes=early-cse");
9090
} else if (Opt == "simplifycfg") {
91-
Args.push_back("-passes=simplify-cfg");
91+
Args.push_back("-passes=simplifycfg");
9292
} else if (Opt == "gvn") {
9393
Args.push_back("-passes=gvn");
9494
} else if (Opt == "sccp") {

llvm/lib/Passes/PassBuilder.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ PassBuilder::buildModuleSimplificationPipeline(OptimizationLevel Level,
11541154

11551155
// Promote any localized globals to SSA registers.
11561156
// FIXME: Should this instead by a run of SROA?
1157-
// FIXME: We should probably run instcombine and simplify-cfg afterward to
1157+
// FIXME: We should probably run instcombine and simplifycfg afterward to
11581158
// delete control flows that are dead once globals have been folded to
11591159
// constants.
11601160
MPM.addPass(createModuleToFunctionPassAdaptor(PromotePass()));
@@ -1388,7 +1388,7 @@ PassBuilder::buildModuleOptimizationPipeline(OptimizationLevel Level,
13881388
}
13891389

13901390
// FIXME: We need to run some loop optimizations to re-rotate loops after
1391-
// simplify-cfg and others undo their rotation.
1391+
// simplifycfg and others undo their rotation.
13921392

13931393
// Optimize the loop execution. These passes operate on entire loop nests
13941394
// rather than on each loop in an inside-out manner, and so they are actually

llvm/lib/Passes/PassRegistry.def

+1-2
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ FUNCTION_PASS("scalarize-masked-mem-intrin", ScalarizeMaskedMemIntrinPass())
301301
FUNCTION_PASS("scalarizer", ScalarizerPass())
302302
FUNCTION_PASS("separate-const-offset-from-gep", SeparateConstOffsetFromGEPPass())
303303
FUNCTION_PASS("sccp", SCCPPass())
304-
FUNCTION_PASS("simplifycfg", SimplifyCFGPass())
305304
FUNCTION_PASS("sink", SinkingPass())
306305
FUNCTION_PASS("slp-vectorizer", SLPVectorizerPass())
307306
FUNCTION_PASS("slsr", StraightLineStrengthReducePass())
@@ -352,7 +351,7 @@ FUNCTION_PASS_WITH_PARAMS("msan",
352351
},
353352
parseMSanPassOptions,
354353
"recover;kernel;track-origins=N")
355-
FUNCTION_PASS_WITH_PARAMS("simplify-cfg",
354+
FUNCTION_PASS_WITH_PARAMS("simplifycfg",
356355
"SimplifyCFGPass",
357356
[](SimplifyCFGOptions Opts) {
358357
return SimplifyCFGPass(Opts);

llvm/lib/Transforms/IPO/PassManagerBuilder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ void PassManagerBuilder::addFunctionSimplificationPasses(
454454
else
455455
MPM.add(createLoopUnswitchPass(SizeLevel || OptLevel < 3, DivergentTarget));
456456
// FIXME: We break the loop pass pipeline here in order to do full
457-
// simplify-cfg. Eventually loop-simplifycfg should be enhanced to replace the
457+
// simplifycfg. Eventually loop-simplifycfg should be enhanced to replace the
458458
// need for this.
459459
MPM.add(createCFGSimplificationPass());
460460
MPM.add(createInstructionCombiningPass());

llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ static Loop *getTopMostExitingLoop(BasicBlock *ExitBB, LoopInfo &LI) {
420420
/// hoists the branch above that split. Preserves loop simplified form
421421
/// (splitting the exit block as necessary). It simplifies the branch within
422422
/// the loop to an unconditional branch but doesn't remove it entirely. Further
423-
/// cleanup can be done with some simplify-cfg like pass.
423+
/// cleanup can be done with some simplifycfg like pass.
424424
///
425425
/// If `SE` is not null, it will be updated based on the potential loop SCEVs
426426
/// invalidated by this.
@@ -648,7 +648,7 @@ static bool unswitchTrivialBranch(Loop &L, BranchInst &BI, DominatorTree &DT,
648648
/// considered for unswitching so this is a stable transform and the same
649649
/// switch will not be revisited. If after unswitching there is only a single
650650
/// in-loop successor, the switch is further simplified to an unconditional
651-
/// branch. Still more cleanup can be done with some simplify-cfg like pass.
651+
/// branch. Still more cleanup can be done with some simplifycfg like pass.
652652
///
653653
/// If `SE` is not null, it will be updated based on the potential loop SCEVs
654654
/// invalidated by this.
@@ -983,7 +983,7 @@ static bool unswitchAllTrivialConditions(Loop &L, DominatorTree &DT,
983983
if (auto *SI = dyn_cast<SwitchInst>(CurrentTerm)) {
984984
// Don't bother trying to unswitch past a switch with a constant
985985
// condition. This should be removed prior to running this pass by
986-
// simplify-cfg.
986+
// simplifycfg.
987987
if (isa<Constant>(SI->getCondition()))
988988
return Changed;
989989

@@ -1012,7 +1012,7 @@ static bool unswitchAllTrivialConditions(Loop &L, DominatorTree &DT,
10121012
return Changed;
10131013

10141014
// Don't bother trying to unswitch past an unconditional branch or a branch
1015-
// with a constant value. These should be removed by simplify-cfg prior to
1015+
// with a constant value. These should be removed by simplifycfg prior to
10161016
// running this pass.
10171017
if (!BI->isConditional() || isa<Constant>(BI->getCondition()))
10181018
return Changed;

llvm/test/Analysis/MemorySSA/update-remove-dead-blocks.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: opt -loop-unswitch -loop-reduce -loop-simplifycfg -verify-memoryssa -S %s | FileCheck %s
22

33
; TODO: also run with NPM, but currently LSR does not preserve LCSSA, causing a verification failure on the test.
4-
; opt -passes='loop-mssa(unswitch<nontrivial>,loop-reduce,simplify-cfg)' -verify-memoryssa -S %s | FileCheck %s
4+
; opt -passes='loop-mssa(unswitch<nontrivial>,loop-reduce,simplifycfg)' -verify-memoryssa -S %s | FileCheck %s
55

66
; Test case for PR47557.
77

llvm/test/Other/cgscc-disconnected-invalidation.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Test that patterns of transformations which disconnect a region of the call
22
; graph mid-traversal and then invalidate it function correctly.
33
;
4-
; RUN: opt -S -passes='cgscc(inline,function(simplify-cfg))' < %s | FileCheck %s
4+
; RUN: opt -S -passes='cgscc(inline,function(simplifycfg))' < %s | FileCheck %s
55

66
define internal void @test_scc_internal(i1 %flag) {
77
; CHECK-NOT: @test_scc_internal

llvm/test/Other/cgscc-iterate-function-mutation.ll

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
; RUN: opt -aa-pipeline=basic-aa -passes='cgscc(function-attrs,function(simplify-cfg))' -S < %s | FileCheck %s
1+
; RUN: opt -aa-pipeline=basic-aa -passes='cgscc(function-attrs,function(simplifycfg))' -S < %s | FileCheck %s
22

33
declare void @readnone() nofree nosync readnone
44
declare void @unknown()
55
declare void @reference_function_pointer(void()*) nofree nosync readnone
66

77
; The @test1_* set of functions checks that when we mutate functions with
8-
; simplify-cfg to delete call edges and this ends up splitting both the SCCs
8+
; simplifycfg to delete call edges and this ends up splitting both the SCCs
99
; and the RefSCCs that those functions are in, we re-run the CGSCC passes to
1010
; observe the refined call graph structure.
1111

llvm/test/Other/pass-pipelines.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
; CHECK-O2-NOT: Manager
5555
; CHECK-O2: Loop Pass Manager
5656
; CHECK-O2-NOT: Manager
57-
; FIXME: We shouldn't be pulling out to simplify-cfg and instcombine and
57+
; FIXME: We shouldn't be pulling out to simplifycfg and instcombine and
5858
; causing new loop pass managers.
5959
; CHECK-O2: Simplify the CFG
6060
; CHECK-O2-NOT: Manager

llvm/test/Other/print-module-scope.ll

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
; RUN: -simplifycfg -print-after=simplifycfg -print-module-scope \
88
; RUN: | FileCheck %s -check-prefix=CFG
99
; RUN: opt < %s 2>&1 -disable-output \
10-
; RUN: -passes=simplify-cfg -print-after-all -print-module-scope \
10+
; RUN: -passes=simplifycfg -print-after-all -print-module-scope \
1111
; RUN: | FileCheck %s -check-prefix=CFG
1212
; RUN: opt -enable-new-pm=0 < %s 2>&1 -disable-output \
1313
; RUN: -simplifycfg -print-after=simplifycfg -filter-print-funcs=foo -print-module-scope \
1414
; RUN: | FileCheck %s -check-prefix=FOO
1515
; RUN: opt < %s 2>&1 -disable-output \
16-
; RUN: -passes=simplify-cfg -print-after-all -filter-print-funcs=foo -print-module-scope \
16+
; RUN: -passes=simplifycfg -print-after-all -filter-print-funcs=foo -print-module-scope \
1717
; RUN: | FileCheck %s -check-prefix=FOO
1818

1919
; CFG: IR Dump After {{Simplify the CFG|SimplifyCFGPass}} {{.*}}foo

llvm/test/Transforms/Coroutines/ArgAddr.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Need to move users of allocas that were moved into the coroutine frame after
22
; coro.begin.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
44

55
define nonnull i8* @f(i32 %n) "coroutine.presplit"="1" {
66
; CHECK-LABEL: @f(

llvm/test/Transforms/Coroutines/coro-alloc-with-param-O0.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Check that we can handle the case when both alloc function and
22
; the user body consume the same argument.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
44

55
; using copy of this (as it would happen under -O0)
66
define i8* @f_copy(i64 %this_arg) "coroutine.presplit"="1" {

llvm/test/Transforms/Coroutines/coro-alloc-with-param-O2.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Check that we can handle the case when both alloc function and
22
; the user body consume the same argument.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
44

55
; using this directly (as it would happen under -O2)
66
define i8* @f_direct(i64 %this) "coroutine.presplit"="1" {

llvm/test/Transforms/Coroutines/coro-alloca-01.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Tests that CoroSplit can succesfully determine allocas should live on the frame
22
; if their aliases are used across suspension points through PHINode.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
44

55
define i8* @f(i1 %n) "coroutine.presplit"="1" {
66
entry:

llvm/test/Transforms/Coroutines/coro-alloca-02.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Tests that if an alloca is escaped through storing the address,
22
; the alloac will be put on the frame.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
44

55
define i8* @f() "coroutine.presplit"="1" {
66
entry:

llvm/test/Transforms/Coroutines/coro-alloca-03.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Tests that allocas escaped through function calls will live on the frame.
2-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
2+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
33

44
define i8* @f() "coroutine.presplit"="1" {
55
entry:

llvm/test/Transforms/Coroutines/coro-alloca-04.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Tests that CoroSplit can succesfully determine allocas should live on the frame
22
; if their aliases are used across suspension points through PHINode.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
44

55
define i8* @f(i1 %n) "coroutine.presplit"="1" {
66
entry:

llvm/test/Transforms/Coroutines/coro-alloca-05.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Tests that allocas after coro.begin are properly that do not need to
22
; live on the frame are properly moved to the .resume function.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
44

55
define i8* @f() "coroutine.presplit"="1" {
66
entry:

llvm/test/Transforms/Coroutines/coro-alloca-06.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Test that in some simple cases allocas will not live on the frame even
22
; though their pointers are stored.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
44

55
%handle = type { i8* }
66

llvm/test/Transforms/Coroutines/coro-alloca-07.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Tests that CoroSplit can succesfully determine allocas should live on the frame
22
; if their aliases are used across suspension points through PHINode.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
44

55
define i8* @f(i1 %n) "coroutine.presplit"="1" {
66
entry:

llvm/test/Transforms/Coroutines/coro-alloca-08.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
1+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
22

33
%"struct.std::coroutine_handle" = type { i8* }
44
%"struct.std::coroutine_handle.0" = type { %"struct.std::coroutine_handle" }

llvm/test/Transforms/Coroutines/coro-byval-param.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
1+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
22
%promise_type = type { i8 }
33
%struct.A = type <{ i64, i64, i32, [4 x i8] }>
44

llvm/test/Transforms/Coroutines/coro-catchswitch-cleanuppad.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Tests the PHI nodes in cleanuppads for catchswitch instructions are correctly
22
; split up.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
44

55
declare i32 @__CxxFrameHandler3(...)
66
define i8* @f2(i1 %val) "coroutine.presplit"="1" personality i32 (...)* @__CxxFrameHandler3 {

llvm/test/Transforms/Coroutines/coro-catchswitch.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Verifies that we can insert the spill for a PHI preceding the catchswitch
2-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
2+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
33

44
target datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32"
55
target triple = "i686-pc-windows-msvc"

llvm/test/Transforms/Coroutines/coro-debug.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Tests that debug information is sane after coro-split
2-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
2+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
33

44
source_filename = "simple-repro.c"
55
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"

llvm/test/Transforms/Coroutines/coro-eh-aware-edge-split-00.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Check that we can handle edge splits leading into a landingpad
2-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
2+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
33

44
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
55
target triple = "x86_64-unknown-linux-gnu"

llvm/test/Transforms/Coroutines/coro-eh-aware-edge-split-01.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Check that we can handle edge splits leading into a landingpad
2-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
2+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
33

44
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
55
target triple = "x86_64-unknown-linux-gnu"

llvm/test/Transforms/Coroutines/coro-eh-aware-edge-split-02.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Check that we can handle edge splits leading into a landingpad
2-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
2+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
33

44
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
55
target triple = "x86_64-unknown-linux-gnu"

llvm/test/Transforms/Coroutines/coro-frame-arrayalloca.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Check that we can handle spills of array allocas
2-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
2+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
33

44
declare void @consume.double.ptr(double*)
55
declare void @consume.i32.ptr(i32*)

llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-00.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Check that we can handle spills of array allocas
2-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -reuse-storage-in-coroutine-frame -S | FileCheck %s
2+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -reuse-storage-in-coroutine-frame -S | FileCheck %s
33

44
%struct.big_structure = type { [500 x i8] }
55
declare void @consume(%struct.big_structure*)

llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-01.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Tests that variables in a Corotuine whose lifetime range is not overlapping each other
22
; re-use the same slot in Coroutine frame.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -reuse-storage-in-coroutine-frame -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -reuse-storage-in-coroutine-frame -S | FileCheck %s
44
%"struct.task::promise_type" = type { i8 }
55
%struct.awaitable = type { i8 }
66
%struct.big_structure = type { [500 x i8] }

llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-02.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Tests that variables of different type in a Corotuine whose lifetime range is not overlapping each other
22
; re-use the same slot in Coroutine frame.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -reuse-storage-in-coroutine-frame -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -reuse-storage-in-coroutine-frame -S | FileCheck %s
44
%"struct.task::promise_type" = type { i8 }
55
%struct.awaitable = type { i8 }
66
%struct.big_structure = type { [500 x i8] }

llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-03.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Check that we should not reuse alloca sotrage in O0.
2-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
2+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
33

44
%struct.big_structure = type { [500 x i8] }
55
declare void @consume(%struct.big_structure*)

llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-04.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Tests that variables of different type with incompatible alignment in a Corotuine whose lifetime
22
; range is not overlapping each other should not re-use the same slot in Coroutine frame.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -reuse-storage-in-coroutine-frame -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -reuse-storage-in-coroutine-frame -S | FileCheck %s
44
%"struct.task::promise_type" = type { i8 }
55
%struct.awaitable = type { i8 }
66
%struct.big_structure = type { [500 x i8] }

llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-05.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Tests that variables of different type with incompatible alignment in a Corotuine whose
22
; lifetime range is not overlapping each other re-use the same slot in CorotuineFrame.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -reuse-storage-in-coroutine-frame -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -reuse-storage-in-coroutine-frame -S | FileCheck %s
44
%"struct.task::promise_type" = type { i8 }
55
%struct.awaitable = type { i8 }
66
%struct.big_structure = type { [500 x i8] }

llvm/test/Transforms/Coroutines/coro-frame-unreachable.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Check that coro-split doesn't choke on intrinsics in unreachable blocks
2-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S
2+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S
33

44
define i8* @f(i1 %arg) "coroutine.presplit"="1" personality i32 0 {
55
entry:

llvm/test/Transforms/Coroutines/coro-frame.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Check that we can handle spills of the result of the invoke instruction
2-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
2+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
33

44
define i8* @f(i64 %this) "coroutine.presplit"="1" personality i32 0 {
55
entry:

llvm/test/Transforms/Coroutines/coro-heap-elide.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; elided and any tail calls referencing the coroutine frame has the tail
33
; call attribute removed.
44
; RUN: opt < %s -S \
5-
; RUN: -passes='cgscc(inline,function(coro-elide,instsimplify,simplify-cfg))' \
5+
; RUN: -passes='cgscc(inline,function(coro-elide,instsimplify,simplifycfg))' \
66
; RUN: -aa-pipeline='basic-aa' | FileCheck %s
77

88
declare void @print(i32) nounwind

llvm/test/Transforms/Coroutines/coro-materialize.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Verifies that we materialize instruction across suspend points
2-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
2+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
33

44
define i8* @f(i32 %n) "coroutine.presplit"="1" {
55
entry:

llvm/test/Transforms/Coroutines/coro-padding.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Check that we will insert the correct padding if natural alignment of the
22
; spilled data does not match the alignment specified in alloca instruction.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
44

55
%PackedStruct = type <{ i64 }>
66

llvm/test/Transforms/Coroutines/coro-param-copy.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Check that we create copy the data from the alloca into the coroutine
22
; frame slot if it was written to.
3-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
3+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
44

55
define i8* @f() "coroutine.presplit"="1" {
66
entry:

llvm/test/Transforms/Coroutines/coro-retcon-frame.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt < %s -passes='cgscc(coro-split),simplify-cfg,early-cse' -S | FileCheck %s
1+
; RUN: opt < %s -passes='cgscc(coro-split),simplifycfg,early-cse' -S | FileCheck %s
22

33
target datalayout = "p:64:64:64"
44

0 commit comments

Comments
 (0)