[PATCH] D141752: [AVR] Fix an issue of writing 16-bit ports

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 23:03:26 PST 2023


benshi001 updated this revision to Diff 491038.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141752

Files:
  llvm/lib/Target/AVR/AVRDevices.td
  llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
  llvm/lib/Target/AVR/AVRISelLowering.cpp
  llvm/lib/Target/AVR/AVRSubtarget.h
  llvm/test/CodeGen/AVR/PR37143.ll
  llvm/test/CodeGen/AVR/alloca.ll
  llvm/test/CodeGen/AVR/atomics/load16.ll
  llvm/test/CodeGen/AVR/atomics/store.ll
  llvm/test/CodeGen/AVR/atomics/store16.ll
  llvm/test/CodeGen/AVR/call.ll
  llvm/test/CodeGen/AVR/dynalloca.ll
  llvm/test/CodeGen/AVR/lpmx.ll
  llvm/test/CodeGen/AVR/pr43443-ctor-alias.ll
  llvm/test/CodeGen/AVR/pseudo/OUTWARr.mir
  llvm/test/CodeGen/AVR/pseudo/STDWPtrQRr.mir
  llvm/test/CodeGen/AVR/pseudo/STSWKRr.mir
  llvm/test/CodeGen/AVR/pseudo/STWPtrRr.mir
  llvm/test/CodeGen/AVR/shift32.ll
  llvm/test/CodeGen/AVR/store.ll
  llvm/test/CodeGen/AVR/struct.ll
  llvm/test/CodeGen/AVR/varargs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141752.491038.patch
Type: text/x-patch
Size: 33116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230121/3b660b34/attachment.bin>


More information about the llvm-commits mailing list