[PATCH] D34716: [AMDGPU] Add pseudo "old" and "wqm_mode" source to all DPP instructions

Connor Abbott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 13:26:46 PDT 2017


cwabbott added inline comments.


================
Comment at: lib/Target/AMDGPU/VOP2Instructions.td:278
 
-  let InsDPP = (ins Src0Mod:$src0_modifiers, Src0DPP:$src0,
+  let InsDPP = (ins i8imm:$wqm_ctrl, DstRCDPP:$old,
+                    Src0Mod:$src0_modifiers, Src0DPP:$src0,
----------------
nhaehnle wrote:
> Is the wqm_ctrl still correct?
No, good catch!


https://reviews.llvm.org/D34716





More information about the llvm-commits mailing list