[PATCH] D26577: [AVR] Add the pseudo instruction expansion pass

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 22:11:16 PST 2016


dylanmckay updated this revision to Diff 78139.
dylanmckay marked 9 inline comments as done.
dylanmckay added a comment.

Code style fixes


https://reviews.llvm.org/D26577

Files:
  lib/Target/AVR/AVRExpandPseudoInsts.cpp
  lib/Target/AVR/AVRTargetMachine.cpp
  lib/Target/AVR/CMakeLists.txt
  test/CodeGen/AVR/add.ll
  test/CodeGen/AVR/alloca.ll
  test/CodeGen/AVR/and.ll
  test/CodeGen/AVR/atomics/fence.ll
  test/CodeGen/AVR/atomics/load16.ll
  test/CodeGen/AVR/atomics/load8.ll
  test/CodeGen/AVR/atomics/store.ll
  test/CodeGen/AVR/atomics/store16.ll
  test/CodeGen/AVR/brind.ll
  test/CodeGen/AVR/call.ll
  test/CodeGen/AVR/cmp.ll
  test/CodeGen/AVR/com.ll
  test/CodeGen/AVR/directmem.ll
  test/CodeGen/AVR/dynalloca.ll
  test/CodeGen/AVR/eor.ll
  test/CodeGen/AVR/error-srcreg-destreg-same.ll
  test/CodeGen/AVR/expand-integer-failure.ll
  test/CodeGen/AVR/frame.ll
  test/CodeGen/AVR/high-pressure-on-ptrregs.ll
  test/CodeGen/AVR/inline-asm.ll
  test/CodeGen/AVR/interrupts.ll
  test/CodeGen/AVR/io.ll
  test/CodeGen/AVR/lit.local.cfg
  test/CodeGen/AVR/load.ll
  test/CodeGen/AVR/or.ll
  test/CodeGen/AVR/progmem.ll
  test/CodeGen/AVR/return.ll
  test/CodeGen/AVR/sext.ll
  test/CodeGen/AVR/store.ll
  test/CodeGen/AVR/sub.ll
  test/CodeGen/AVR/varargs.ll
  test/CodeGen/AVR/xor.ll
  test/CodeGen/AVR/zext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26577.78139.patch
Type: text/x-patch
Size: 131967 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161116/3b956460/attachment.bin>


More information about the llvm-commits mailing list