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 32
32
! CHECK-NEXT: SimplifyRegionLite
33
33
! CHECK-NEXT: SimplifyIntrinsics
34
34
! CHECK-NEXT: AlgebraicSimplification
35
+ ! CHECK-NEXT: ConstantArgumentGlobalisationOpt
35
36
! CHECK-NEXT: CSE
36
37
! CHECK-NEXT: (S) 0 num-cse'd - Number of operations CSE'd
37
38
! CHECK-NEXT: (S) 0 num-dce'd - Number of operations DCE'd
38
39
39
40
! CHECK-NEXT: 'func.func' Pipeline
40
41
! CHECK-NEXT: MemoryAllocationOpt
41
42
42
- ! CHECK-NEXT: ConstExtruderOpt
43
43
! CHECK-NEXT: Inliner
44
44
! CHECK-NEXT: SimplifyRegionLite
45
45
! CHECK-NEXT: CSE
Original file line number Diff line number Diff line change 65
65
66
66
! ALL-NEXT: 'func.func' Pipeline
67
67
! ALL-NEXT: MemoryAllocationOpt
68
- ! ALL-NEXT: ConstExtruderOpt
69
68
70
69
! ALL-NEXT: Inliner
71
70
! ALL-NEXT: SimplifyRegionLite
Original file line number Diff line number Diff line change 66
66
! ALL-NEXT: SimplifyRegionLite
67
67
! O2-NEXT: SimplifyIntrinsics
68
68
! O2-NEXT: AlgebraicSimplification
69
+ ! O2-NEXT: ConstantArgumentGlobalisationOpt
69
70
! ALL-NEXT: CSE
70
71
! ALL-NEXT: (S) 0 num-cse'd - Number of operations CSE'd
71
72
! ALL-NEXT: (S) 0 num-dce'd - Number of operations DCE'd
72
73
73
74
! ALL-NEXT: 'func.func' Pipeline
74
75
! ALL-NEXT: MemoryAllocationOpt
75
- ! ALL-NEXT: ConstExtruderOpt
76
76
77
77
! ALL-NEXT: Inliner
78
78
! ALL-NEXT: SimplifyRegionLite
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ func.func @_QQmain() {
66
66
// PASSES-NEXT: SimplifyRegionLite
67
67
// PASSES-NEXT: SimplifyIntrinsics
68
68
// PASSES-NEXT: AlgebraicSimplification
69
+ // PASSES-NEXT: ConstantArgumentGlobalisationOpt
69
70
// PASSES-NEXT: CSE
70
71
// PASSES-NEXT: (S) 0 num-cse'd - Number of operations CSE'd
71
72
// PASSES-NEXT: (S) 0 num-dce'd - Number of operations DCE'd
72
73
73
74
// PASSES-NEXT: 'func.func' Pipeline
74
75
// PASSES-NEXT: MemoryAllocationOpt
75
- // PASSES-NEXT: ConstExtruderOpt
76
76
77
77
// PASSES-NEXT: Inliner
78
78
// PASSES-NEXT: SimplifyRegionLite
You can’t perform that action at this time.
0 commit comments