[PATCH] D139687: [AVR] Select 16-bit LDS/STS for load/store on AVRTiny.

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 18:18:46 PST 2022


benshi001 created this revision.
benshi001 added reviewers: aykevl, dylanmckay.
Herald added subscribers: Jim, hiraditya.
Herald added a project: All.
benshi001 requested review of this revision.
Herald added subscribers: llvm-commits, jacquesguan.
Herald added a project: LLVM.

The 32-bit LDS/STS are not available on AVRTiny, so we have
to use their compact 16-bit form for memory access.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139687

Files:
  llvm/lib/Target/AVR/AVRInstrInfo.td
  llvm/test/CodeGen/AVR/directmem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139687.481491.patch
Type: text/x-patch
Size: 4552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221209/69d54eda/attachment.bin>


More information about the llvm-commits mailing list