File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ class SPIRVLegalizeImplicitBinding : public ModulePass {
32
32
public:
33
33
static char ID;
34
34
SPIRVLegalizeImplicitBinding () : ModulePass(ID) {}
35
-
35
+ StringRef getPassName () const override {
36
+ return " SPIRV Legalize Implicit Binding" ;
37
+ }
36
38
bool runOnModule (Module &M) override ;
37
39
38
40
private:
Original file line number Diff line number Diff line change 35
35
; SPIRV-O0-NEXT: Lower invoke and unwind, for unwindless code generators
36
36
; SPIRV-O0-NEXT: Remove unreachable blocks from the CFG
37
37
; SPIRV-O0-NEXT: SPIRV strip convergent intrinsics
38
- ; SPIRV-O0-NEXT: Unnamed pass: implement Pass::getPassName()
38
+ ; SPIRV-O0-NEXT: SPIRV Legalize Implicit Binding
39
39
; SPIRV-O0-NEXT: SPIRV CBuffer Access
40
40
; SPIRV-O0-NEXT: SPIRV emit intrinsics
41
41
; SPIRV-O0-NEXT: FunctionPass Manager
137
137
; SPIRV-Opt-NEXT: Lower invoke and unwind, for unwindless code generators
138
138
; SPIRV-Opt-NEXT: Remove unreachable blocks from the CFG
139
139
; SPIRV-Opt-NEXT: SPIRV strip convergent intrinsics
140
- ; SPIRV-Opt-NEXT: Unnamed pass: implement Pass::getPassName()
140
+ ; SPIRV-Opt-NEXT: SPIRV Legalize Implicit Binding
141
141
; SPIRV-Opt-NEXT: SPIRV CBuffer Access
142
142
; SPIRV-Opt-NEXT: SPIRV emit intrinsics
143
143
; SPIRV-Opt-NEXT: FunctionPass Manager
You can’t perform that action at this time.
0 commit comments