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

Pravin Jagtap via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 09:49:53 PST 2024


https://github.com/pravinjagtap created https://github.com/llvm/llvm-project/pull/118843

None

>From 89dc3cbb9efb58da7a6e6b12396610f559f0756c Mon Sep 17 00:00:00 2001
From: Pravin Jagtap <Pravin.Jagtap at amd.com>
Date: Thu, 5 Dec 2024 23:17:35 +0530
Subject: [PATCH] [AMDGPU][NFC] Delete duplicate decl and impl defines.

---
 llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 2 --
 1 file changed, 2 deletions(-)

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