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 {
3232public:
3333 static char ID;
3434 SPIRVLegalizeImplicitBinding () : ModulePass(ID) {}
35-
35+ StringRef getPassName () const override {
36+ return " SPIRV Legalize Implicit Binding" ;
37+ }
3638 bool runOnModule (Module &M) override ;
3739
3840private:
Original file line number Diff line number Diff line change 3535; SPIRV-O0-NEXT: Lower invoke and unwind, for unwindless code generators
3636; SPIRV-O0-NEXT: Remove unreachable blocks from the CFG
3737; SPIRV-O0-NEXT: SPIRV strip convergent intrinsics
38- ; SPIRV-O0-NEXT: Unnamed pass: implement Pass::getPassName()
38+ ; SPIRV-O0-NEXT: SPIRV Legalize Implicit Binding
3939; SPIRV-O0-NEXT: SPIRV CBuffer Access
4040; SPIRV-O0-NEXT: SPIRV emit intrinsics
4141; SPIRV-O0-NEXT: FunctionPass Manager
137137; SPIRV-Opt-NEXT: Lower invoke and unwind, for unwindless code generators
138138; SPIRV-Opt-NEXT: Remove unreachable blocks from the CFG
139139; SPIRV-Opt-NEXT: SPIRV strip convergent intrinsics
140- ; SPIRV-Opt-NEXT: Unnamed pass: implement Pass::getPassName()
140+ ; SPIRV-Opt-NEXT: SPIRV Legalize Implicit Binding
141141; SPIRV-Opt-NEXT: SPIRV CBuffer Access
142142; SPIRV-Opt-NEXT: SPIRV emit intrinsics
143143; SPIRV-Opt-NEXT: FunctionPass Manager
You can’t perform that action at this time.
0 commit comments