[PATCH] D97172: [AVR] Fix lifeness issues in the AVR backend

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 06:43:15 PST 2021


aykevl updated this revision to Diff 327775.
aykevl added a comment.

Re-upload (without changes) to try to get the buildbot working...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97172

Files:
  llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
  llvm/lib/Target/AVR/AVRFrameLowering.cpp
  llvm/test/CodeGen/AVR/pseudo/ADCWRdRr.mir
  llvm/test/CodeGen/AVR/pseudo/ADDWRdRr.mir
  llvm/test/CodeGen/AVR/pseudo/ANDIWRdK.mir
  llvm/test/CodeGen/AVR/pseudo/ANDWRdRr.mir
  llvm/test/CodeGen/AVR/pseudo/ASRWRd.mir
  llvm/test/CodeGen/AVR/pseudo/COMWRd.mir
  llvm/test/CodeGen/AVR/pseudo/CPCWRdRr.mir
  llvm/test/CodeGen/AVR/pseudo/CPWRdRr.mir
  llvm/test/CodeGen/AVR/pseudo/EORWRdRr.mir
  llvm/test/CodeGen/AVR/pseudo/FRMIDX.mir
  llvm/test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir
  llvm/test/CodeGen/AVR/pseudo/LDWRdPtr-same-src-dst.mir
  llvm/test/CodeGen/AVR/pseudo/LDWRdPtr.mir
  llvm/test/CodeGen/AVR/pseudo/LDWRdPtrPd.mir
  llvm/test/CodeGen/AVR/pseudo/LDWRdPtrPi.mir
  llvm/test/CodeGen/AVR/pseudo/LSLWRd.mir
  llvm/test/CodeGen/AVR/pseudo/LSRWRd.mir
  llvm/test/CodeGen/AVR/pseudo/NEGWRd.mir
  llvm/test/CodeGen/AVR/pseudo/ORIWRdK.mir
  llvm/test/CodeGen/AVR/pseudo/ORWRdRr.mir
  llvm/test/CodeGen/AVR/pseudo/OUTWARr.mir
  llvm/test/CodeGen/AVR/pseudo/SBCIWRdK.mir
  llvm/test/CodeGen/AVR/pseudo/SBCWRdRr.mir
  llvm/test/CodeGen/AVR/pseudo/SEXT.mir
  llvm/test/CodeGen/AVR/pseudo/STSWKRr.mir
  llvm/test/CodeGen/AVR/pseudo/STWPtrPdRr.mir
  llvm/test/CodeGen/AVR/pseudo/STWPtrPiRr.mir
  llvm/test/CodeGen/AVR/pseudo/STWPtrRr.mir
  llvm/test/CodeGen/AVR/pseudo/SUBIWRdK.mir
  llvm/test/CodeGen/AVR/pseudo/SUBWRdRr.mir
  llvm/test/CodeGen/AVR/pseudo/ZEXT.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97172.327775.patch
Type: text/x-patch
Size: 15486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210303/8d9c880d/attachment.bin>


More information about the llvm-commits mailing list