[PATCH] D100664: [AMDGPU] Remove redundant field from DPP8 def
Joe Nash via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 16 13:34:31 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa0ed70abded1: [AMDGPU] Remove redundant field from DPP8 def (authored by Joe_Nash).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100664/new/
https://reviews.llvm.org/D100664
Files:
llvm/lib/Target/AMDGPU/VOP1Instructions.td
llvm/lib/Target/AMDGPU/VOP2Instructions.td
Index: llvm/lib/Target/AMDGPU/VOP2Instructions.td
===================================================================
--- llvm/lib/Target/AMDGPU/VOP2Instructions.td
+++ llvm/lib/Target/AMDGPU/VOP2Instructions.td
@@ -931,8 +931,6 @@
let Inst{30-25} = op;
let Inst{31} = 0x0;
- let AssemblerPredicate = HasDPP8;
- let SubtargetPredicate = HasDPP8;
let OtherPredicates = ps.OtherPredicates;
}
Index: llvm/lib/Target/AMDGPU/VOP1Instructions.td
===================================================================
--- llvm/lib/Target/AMDGPU/VOP1Instructions.td
+++ llvm/lib/Target/AMDGPU/VOP1Instructions.td
@@ -525,9 +525,6 @@
let Inst{16-9} = op;
let Inst{24-17} = !if(p.EmitDst, vdst{7-0}, 0);
let Inst{31-25} = 0x3f;
-
- let AssemblerPredicate = HasDPP8;
- let SubtargetPredicate = HasDPP8;
}
//===----------------------------------------------------------------------===//
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100664.338218.patch
Type: text/x-patch
Size: 907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210416/f7442e6b/attachment.bin>
More information about the llvm-commits
mailing list