[PATCH] D77207: [AVR] Fix I/O instructions on XMEGA

Vlastimil Labsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 08:02:12 PDT 2020


vlastik updated this revision to Diff 256974.
vlastik added a comment.

Fixed typo (missing s in address)
Moved magic logic to function in AVRSubtarget
Implemented a CodeGen test


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77207/new/

https://reviews.llvm.org/D77207

Files:
  llvm/lib/Target/AVR/AVRDevices.td
  llvm/lib/Target/AVR/AVRInstrInfo.td
  llvm/lib/Target/AVR/AVRSubtarget.cpp
  llvm/lib/Target/AVR/AVRSubtarget.h
  llvm/test/CodeGen/AVR/features/xmega_io.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77207.256974.patch
Type: text/x-patch
Size: 8315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200413/92b3f090/attachment.bin>


More information about the llvm-commits mailing list