[llvm] 0eaca04 - AMDGPU: Remove repeated define in base info header
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 4 00:58:18 PST 2025
Author: Matt Arsenault
Date: 2025-03-04T15:58:06+07:00
New Revision: 0eaca0412501da82d7f23811003f64624e17cba6
URL: https://github.com/llvm/llvm-project/commit/0eaca0412501da82d7f23811003f64624e17cba6
DIFF: https://github.com/llvm/llvm-project/commit/0eaca0412501da82d7f23811003f64624e17cba6.diff
LOG: AMDGPU: Remove repeated define in base info header
The identical define is repeated on the previous line.
Added:
Modified:
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h b/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
index 103993e6435de..f54d5a273ca37 100644
--- a/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
+++ b/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
@@ -126,7 +126,6 @@ struct True16D16Info {
#define GET_MIMGMIPMapping_DECL
#define GET_MIMGBiASMapping_DECL
#define GET_MAIInstInfoTable_DECL
-#define GET_MAIInstInfoTable_DECL
#define GET_isMFMA_F8F6F4Table_DECL
#define GET_isCvtScaleF32_F32F16ToF8F4Table_DECL
#define GET_True16D16Table_DECL
More information about the llvm-commits
mailing list