[PATCH] D17159: AMDGPU/SI: Add instruction defs for VOP1 DPP instructions

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 12:00:48 PST 2016


arsenm added inline comments.

================
Comment at: lib/Target/AMDGPU/VIInstrFormats.td:190
@@ +189,3 @@
+  let Inst{16-9} = op;
+  let Inst{24-17} = dst;
+  let Inst{31-25} = 0x3f; //encoding
----------------
Why isn't this set in the base class?


http://reviews.llvm.org/D17159





More information about the llvm-commits mailing list