[PATCH] D18097: [Power9] basic support for Power 9 direct move instructions

Kit Barton via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 08:05:57 PDT 2016


kbarton added inline comments.

================
Comment at: lib/Target/PowerPC/PPCInstrVSX.td:1243
@@ +1242,3 @@
+  // P9 direct move instructions
+  def MTVSRWS: XX1_RS6_RD5_XO<31, 403, (outs vsrc:$XT), (ins gprc:$rA),
+                              "mtvsrws $XT, $rA", IIC_VecGeneral,
----------------
kbarton wrote:
> Please change this to g8rc:$rA
I was wrong with this - gprc is the correct register class to use here. 


http://reviews.llvm.org/D18097





More information about the llvm-commits mailing list