File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 25
25
! CHECK-NEXT: SimplifyRegionLite
26
26
! CHECK-NEXT: SimplifyIntrinsics
27
27
! CHECK-NEXT: AlgebraicSimplification
28
+ ! CHECK-NEXT: ConstantArgumentGlobalisationOpt
28
29
! CHECK-NEXT: CSE
29
30
! CHECK-NEXT: (S) 0 num-cse'd - Number of operations CSE'd
30
31
! CHECK-NEXT: (S) 0 num-dce'd - Number of operations DCE'd
31
32
32
33
! CHECK-NEXT: 'func.func' Pipeline
33
34
! CHECK-NEXT: MemoryAllocationOpt
34
35
35
- ! CHECK-NEXT: ConstExtruderOpt
36
36
! CHECK-NEXT: Inliner
37
37
! CHECK-NEXT: SimplifyRegionLite
38
38
! CHECK-NEXT: CSE
Original file line number Diff line number Diff line change 51
51
52
52
! ALL-NEXT: 'func.func' Pipeline
53
53
! ALL-NEXT: MemoryAllocationOpt
54
- ! ALL-NEXT: ConstExtruderOpt
55
54
56
55
! ALL-NEXT: Inliner
57
56
! ALL-NEXT: SimplifyRegionLite
Original file line number Diff line number Diff line change 36
36
! ALL-NEXT: SimplifyRegionLite
37
37
! O2-NEXT: SimplifyIntrinsics
38
38
! O2-NEXT: AlgebraicSimplification
39
+ ! O2-NEXT: ConstantArgumentGlobalisationOpt
39
40
! ALL-NEXT: CSE
40
41
! ALL-NEXT: (S) 0 num-cse'd - Number of operations CSE'd
41
42
! ALL-NEXT: (S) 0 num-dce'd - Number of operations DCE'd
42
43
43
44
! ALL-NEXT: 'func.func' Pipeline
44
45
! ALL-NEXT: MemoryAllocationOpt
45
- ! ALL-NEXT: ConstExtruderOpt
46
46
47
47
! ALL-NEXT: Inliner
48
48
! ALL-NEXT: SimplifyRegionLite
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ func.func @_QQmain() {
42
42
// PASSES-NEXT: SimplifyRegionLite
43
43
// PASSES-NEXT: SimplifyIntrinsics
44
44
// PASSES-NEXT: AlgebraicSimplification
45
+ // PASSES-NEXT: ConstantArgumentGlobalisationOpt
45
46
// PASSES-NEXT: CSE
46
47
// PASSES-NEXT: (S) 0 num-cse'd - Number of operations CSE'd
47
48
// PASSES-NEXT: (S) 0 num-dce'd - Number of operations DCE'd
48
49
49
50
// PASSES-NEXT: 'func.func' Pipeline
50
51
// PASSES-NEXT: MemoryAllocationOpt
51
- // PASSES-NEXT: ConstExtruderOpt
52
52
53
53
// PASSES-NEXT: Inliner
54
54
// PASSES-NEXT: SimplifyRegionLite
You can’t perform that action at this time.
0 commit comments