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

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 00:35:55 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2a528760bf20: [AVR] Fix an issue of writing 16-bit ports (authored by benshi001).

Changed prior to commit:
  https://reviews.llvm.org/D141752?vs=491038&id=514120#toc

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.514120.patch
Type: text/x-patch
Size: 33088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230417/5c98e9cd/attachment.bin>


More information about the llvm-commits mailing list