[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 14:07:53 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL373015: [AMDGPU] copy OtherPredicates from pseudo to VOP3_Real (authored by rampitec, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D68102?vs=222023&id=222024#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68102/new/
https://reviews.llvm.org/D68102
Files:
llvm/trunk/lib/Target/AMDGPU/VOPInstructions.td
Index: llvm/trunk/lib/Target/AMDGPU/VOPInstructions.td
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/VOPInstructions.td
+++ llvm/trunk/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.222024.patch
Type: text/x-patch
Size: 525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190926/ed18cc19/attachment-0001.bin>
More information about the llvm-commits
mailing list