[llvm] AMDGPU: Copy correct predicates for SDWA reals (PR #116288)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 06:12:36 PST 2024
================
@@ -2518,7 +2520,7 @@ defm V_XNOR_B32 : VOP2_Real_e32e64_vi <0x3d>;
} // End SubtargetPredicate = HasDLInsts
-let AssemblerPredicate = isGFX90APlus, DecoderNamespace = "GFX90A" in {
+let DecoderNamespace = "GFX90A" in {
----------------
jayfoad wrote:
Update the corresponding "End" comment.
https://github.com/llvm/llvm-project/pull/116288
More information about the llvm-commits
mailing list