Skip to content

Commit 1555107

Browse files
jcranmer-intelsvenvh
authored andcommitted
Remove LowerSPIRBlocks pass, as it appears to be obsolete.
1 parent f727f4d commit 1555107

File tree

4 files changed

+0
-674
lines changed

4 files changed

+0
-674
lines changed

include/LLVMSPIRVLib.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ void initializeOCLToSPIRVLegacyPass(PassRegistry &);
5555
void initializeOCLTypeToSPIRVLegacyPass(PassRegistry &);
5656
void initializeSPIRVLowerBoolLegacyPass(PassRegistry &);
5757
void initializeSPIRVLowerConstExprLegacyPass(PassRegistry &);
58-
void initializeSPIRVLowerSPIRBlocksLegacyPass(PassRegistry &);
5958
void initializeSPIRVLowerOCLBlocksLegacyPass(PassRegistry &);
6059
void initializeSPIRVLowerMemmoveLegacyPass(PassRegistry &);
6160
void initializeSPIRVLowerSaddWithOverflowLegacyPass(PassRegistry &);
@@ -176,9 +175,6 @@ ModulePass *createSPIRVLowerBoolLegacy();
176175
/// Create a pass for lowering constant expressions to instructions.
177176
ModulePass *createSPIRVLowerConstExprLegacy();
178177

179-
/// Create a pass for lowering SPIR 2.0 blocks to functions calls.
180-
ModulePass *createSPIRVLowerSPIRBlocksLegacy();
181-
182178
/// Create a pass for removing function pointers related to OCL 2.0 blocks
183179
ModulePass *createSPIRVLowerOCLBlocksLegacy();
184180

lib/SPIRV/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ add_llvm_library(LLVMSPIRVLib
1515
SPIRVLowerMemmove.cpp
1616
SPIRVLowerOCLBlocks.cpp
1717
SPIRVLowerSaddWithOverflow.cpp
18-
SPIRVLowerSPIRBlocks.cpp
1918
SPIRVReader.cpp
2019
SPIRVRegularizeLLVM.cpp
2120
SPIRVToLLVMDbgTran.cpp

0 commit comments

Comments
 (0)