[llvm] [AMDGPU] Remove DPP DecoderNamespaces. NFC. (PR #82491)

Ivan Kosarev via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 03:11:20 PST 2024


================
@@ -222,6 +222,8 @@ class VOPCInstAlias <VOP3_Pseudo ps, Instruction inst,
 
   let AsmVariantName = AMDGPUAsmVariants.Default;
   let SubtargetPredicate = AssemblerPredicate;
+
+  string DecoderNamespace; // dummy
----------------
kosarev wrote:

> It is quite a common pattern in our backend.

Oh, didn't notice that. Nevermind then. (But I still suspect improving is possible, so for example when `VOP2_Real`  takes `SIEncodingFamily.GFX9`, we know it's `DecoderNamespace = "GFX9"`.)

https://github.com/llvm/llvm-project/pull/82491


More information about the llvm-commits mailing list