Skip to content

Commit

Permalink
Remove unused ACLPrintfTranslation pass
Browse files Browse the repository at this point in the history
Remove unused ACLPrintfTranslation pass
  • Loading branch information
mateuszchudyk authored and igcbot committed Sep 20, 2024
1 parent 53ca457 commit 681cdb8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 146 deletions.
97 changes: 0 additions & 97 deletions IGC/Compiler/ACLPrintfTranslation.cpp

This file was deleted.

47 changes: 0 additions & 47 deletions IGC/Compiler/ACLPrintfTranslation.h

This file was deleted.

2 changes: 0 additions & 2 deletions IGC/Compiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ set(IGC_BUILD__SRC__Compiler
"${CMAKE_CURRENT_SOURCE_DIR}/MetaDataUtilsWrapperInitializer.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/SampleCmpToDiscard.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/SPIRMetaDataTranslation.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/ACLPrintfTranslation.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/WorkaroundAnalysisPass.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/GenUpdateCB.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/ConvertMSAAPayloadTo16Bit.cpp"
Expand Down Expand Up @@ -161,7 +160,6 @@ set(IGC_BUILD__HDR__Compiler
"${CMAKE_CURRENT_SOURCE_DIR}/MetaDataUtilsWrapperInitializer.h"
"${CMAKE_CURRENT_SOURCE_DIR}/SampleCmpToDiscard.h"
"${CMAKE_CURRENT_SOURCE_DIR}/SPIRMetaDataTranslation.h"
"${CMAKE_CURRENT_SOURCE_DIR}/ACLPrintfTranslation.h"
"${CMAKE_CURRENT_SOURCE_DIR}/GenUpdateCB.h"
"${CMAKE_CURRENT_SOURCE_DIR}/ConvertMSAAPayloadTo16Bit.hpp"
"${CMAKE_CURRENT_SOURCE_DIR}/MSAAInsertDiscard.hpp"
Expand Down

0 comments on commit 681cdb8

Please sign in to comment.