[PATCH] D15703: [AVR] Add instruction definitions

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 31 17:26:37 PST 2016


dylanmckay marked an inline comment as done.

================
Comment at: lib/Target/AVR/AVRInstrInfo.td:873
@@ +872,3 @@
+  def CPIRdK : FRdK<0b0011,
+                    (outs),
+                    (ins GPR8:$rd, i8imm:$k),
----------------
Good catch - thanks Roel.


http://reviews.llvm.org/D15703





More information about the llvm-commits mailing list