[PATCH] D138582: [AVR] Do not use R0/R1 on avrtiny

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 27 07:55:27 PST 2022


aykevl updated this revision to Diff 478096.
aykevl edited the summary of this revision.
aykevl added a comment.

- fix zero register save/restore in interrupts
- also test on atmega328p


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138582

Files:
  llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
  llvm/lib/Target/AVR/AVRFrameLowering.cpp
  llvm/lib/Target/AVR/AVRISelLowering.cpp
  llvm/lib/Target/AVR/AVRISelLowering.h
  llvm/lib/Target/AVR/AVRInstrInfo.td
  llvm/lib/Target/AVR/AVRRegisterInfo.cpp
  llvm/lib/Target/AVR/AVRSubtarget.h
  llvm/test/CodeGen/AVR/features/avr-tiny.ll
  llvm/test/CodeGen/AVR/return.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138582.478096.patch
Type: text/x-patch
Size: 24095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221127/321350c5/attachment.bin>


More information about the llvm-commits mailing list