[PATCH] D68102: [AMDGPU] copy OtherPredicates from pseudo to VOP3_Real
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 13:56:28 PDT 2019
rampitec created this revision.
rampitec added a reviewer: kzhuravl.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, arsenm.
Herald added a project: LLVM.
https://reviews.llvm.org/D68102
Files:
llvm/lib/Target/AMDGPU/VOPInstructions.td
Index: llvm/lib/Target/AMDGPU/VOPInstructions.td
===================================================================
--- llvm/lib/Target/AMDGPU/VOPInstructions.td
+++ llvm/lib/Target/AMDGPU/VOPInstructions.td
@@ -147,6 +147,7 @@
// copy relevant pseudo op flags
let SubtargetPredicate = ps.SubtargetPredicate;
+ let OtherPredicates = ps.OtherPredicates;
let AsmMatchConverter = ps.AsmMatchConverter;
let AsmVariantName = ps.AsmVariantName;
let Constraints = ps.Constraints;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68102.222023.patch
Type: text/x-patch
Size: 507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190926/49c82b27/attachment-0001.bin>
More information about the llvm-commits
mailing list