[PATCH] D23770: [AAP] (4) Add AAP basic tablegen (InstrInfo, RegInfo)

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 08:51:19 PDT 2016


rengolin added a comment.

This seems trivial enough, looks good to me, but I'll let more people review and approve. Thanks!


================
Comment at: lib/Target/AAP/AAPInstrInfo.td:298
@@ +297,3 @@
+  defm ADD : ALU_r<0x1, "add", add>;
+defm AND : ALU_r<0x3, "and", and>;
+defm OR  : ALU_r<0x4, "or",  or>;
----------------
indentation...


https://reviews.llvm.org/D23770





More information about the llvm-commits mailing list