File tree Expand file tree Collapse file tree 4 files changed +0
-674
lines changed Expand file tree Collapse file tree 4 files changed +0
-674
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ void initializeOCLToSPIRVLegacyPass(PassRegistry &);
55
55
void initializeOCLTypeToSPIRVLegacyPass (PassRegistry &);
56
56
void initializeSPIRVLowerBoolLegacyPass (PassRegistry &);
57
57
void initializeSPIRVLowerConstExprLegacyPass (PassRegistry &);
58
- void initializeSPIRVLowerSPIRBlocksLegacyPass (PassRegistry &);
59
58
void initializeSPIRVLowerOCLBlocksLegacyPass (PassRegistry &);
60
59
void initializeSPIRVLowerMemmoveLegacyPass (PassRegistry &);
61
60
void initializeSPIRVLowerSaddWithOverflowLegacyPass (PassRegistry &);
@@ -176,9 +175,6 @@ ModulePass *createSPIRVLowerBoolLegacy();
176
175
// / Create a pass for lowering constant expressions to instructions.
177
176
ModulePass *createSPIRVLowerConstExprLegacy ();
178
177
179
- // / Create a pass for lowering SPIR 2.0 blocks to functions calls.
180
- ModulePass *createSPIRVLowerSPIRBlocksLegacy ();
181
-
182
178
// / Create a pass for removing function pointers related to OCL 2.0 blocks
183
179
ModulePass *createSPIRVLowerOCLBlocksLegacy ();
184
180
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ add_llvm_library(LLVMSPIRVLib
15
15
SPIRVLowerMemmove.cpp
16
16
SPIRVLowerOCLBlocks.cpp
17
17
SPIRVLowerSaddWithOverflow.cpp
18
- SPIRVLowerSPIRBlocks.cpp
19
18
SPIRVReader.cpp
20
19
SPIRVRegularizeLLVM.cpp
21
20
SPIRVToLLVMDbgTran.cpp
You can’t perform that action at this time.
0 commit comments