[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:57:41 PST 2022


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

- add explicit zero register to NEGW and ROLB


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/pseudo/NEGWRd.mir
  llvm/test/CodeGen/AVR/pseudo/ROLBrd.mir
  llvm/test/CodeGen/AVR/return.ll

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


More information about the llvm-commits mailing list