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

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 04:23:34 PDT 2017


joerg added inline comments.


================
Comment at: lib/Target/AAP/AAP.h:32
+};
+} // end namespace AAP
+
----------------
Comment doesn't match line 21.


================
Comment at: lib/Target/AAP/AAPInstrFormats.td:1
+//===- AAPInstrFormats.td - AAP Instruction Formats ----*- tablegen -*-===//
+//
----------------
Not right aligned.


================
Comment at: lib/Target/AAP/AAPRegisterInfo.td:1
+//===- AAPRegisterInfo.td - AAP Register defs ------------*- tablegen -*-===//
+//
----------------
Not right aligned.


https://reviews.llvm.org/D23770





More information about the llvm-commits mailing list