[llvm] [AMDGPU] Remove DPP DecoderNamespaces. NFC. (PR #82491)
Ivan Kosarev via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 12:31:39 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:
Any chance we could do without adding this?
https://github.com/llvm/llvm-project/pull/82491
More information about the llvm-commits
mailing list