[PATCH] D118354: [AVR][NFC] Fix incorrect register states in expanding pseudo instructions

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 05:32:14 PST 2022


benshi001 created this revision.
benshi001 added reviewers: aykevl, dylanmckay.
Herald added subscribers: Jim, hiraditya.
benshi001 requested review of this revision.
Herald added subscribers: llvm-commits, jacquesguan.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118354

Files:
  llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
  llvm/test/CodeGen/AVR/pseudo/ASRBNRd.mir
  llvm/test/CodeGen/AVR/pseudo/LSLBNRd.mir
  llvm/test/CodeGen/AVR/pseudo/LSLWNRd.mir
  llvm/test/CodeGen/AVR/pseudo/LSRBNRd.mir
  llvm/test/CodeGen/AVR/pseudo/LSRWNRd.mir
  llvm/test/CodeGen/AVR/pseudo/NEGWRd.mir
  llvm/test/CodeGen/AVR/pseudo/SEXT.mir
  llvm/test/CodeGen/AVR/pseudo/ZEXT.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118354.403619.patch
Type: text/x-patch
Size: 14583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220127/e32b6796/attachment-0001.bin>


More information about the llvm-commits mailing list