[PATCH] D69867: [AMDGPU] Add missing flags to DS_Real

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 14:29:30 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG521fc5e620b1: [AMDGPU] Add missing flags to DS_Real (authored by rampitec).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69867/new/

https://reviews.llvm.org/D69867

Files:
  llvm/lib/Target/AMDGPU/DSInstructions.td


Index: llvm/lib/Target/AMDGPU/DSInstructions.td
===================================================================
--- llvm/lib/Target/AMDGPU/DSInstructions.td
+++ llvm/lib/Target/AMDGPU/DSInstructions.td
@@ -58,6 +58,8 @@
 
   let isPseudo = 0;
   let isCodeGenOnly = 0;
+  let DS = 1;
+  let UseNamedOperandTable = 1;
 
   // copy relevant pseudo op flags
   let SubtargetPredicate = ds.SubtargetPredicate;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69867.227967.patch
Type: text/x-patch
Size: 410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191105/877b08d4/attachment.bin>


More information about the llvm-commits mailing list