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

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 14:08:01 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL287162: [AVR] Add the pseudo instruction expansion pass (authored by dylanmckay).

Changed prior to commit:
  https://reviews.llvm.org/D26577?vs=78139&id=78262#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26577

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26577.78262.patch
Type: text/x-patch
Size: 133761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161116/0577bdfe/attachment-0001.bin>


More information about the llvm-commits mailing list