[llvm] 2469984 - [AMDGPU][NFC] Delete duplicate decl and impl defines. (#118843)

via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 10:06:42 PST 2024


Author: Pravin Jagtap
Date: 2024-12-05T23:36:39+05:30
New Revision: 24699841448914b5afd45a80d4334e2b4b951f96

URL: https://github.com/llvm/llvm-project/commit/24699841448914b5afd45a80d4334e2b4b951f96
DIFF: https://github.com/llvm/llvm-project/commit/24699841448914b5afd45a80d4334e2b4b951f96.diff

LOG: [AMDGPU][NFC] Delete duplicate decl and impl defines. (#118843)

Added: 
    

Modified: 
    llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp b/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
index 5a0e812748fbb7..70deaf82dfaf34 100644
--- a/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
+++ b/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
@@ -391,8 +391,6 @@ struct FP8DstByteSelInfo {
   bool HasFP8DstByteSel;
 };
 
-#define GET_FP8DstByteSelTable_DECL
-#define GET_FP8DstByteSelTable_IMPL
 #define GET_MTBUFInfoTable_DECL
 #define GET_MTBUFInfoTable_IMPL
 #define GET_MUBUFInfoTable_DECL


        


More information about the llvm-commits mailing list