[PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance

Kit Barton via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 19:32:09 PDT 2016


kbarton added inline comments.

================
Comment at: lib/Target/PowerPC/PPCInstr64Bit.td:1285
@@ +1284,3 @@
+  let RC = 1;
+}
+
----------------
You can define both the base and the dot versions of a class at once. Look at the definition of Form_11R in PPCInstrInfo.td for an example. 


http://reviews.llvm.org/D17885





More information about the llvm-commits mailing list