[PATCH] D95664: [AVR] Fix the eliminateCallFramePseudos method so that it always expands STDWSPQRr and STDSPQRr

Dylan McKay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 05:44:22 PST 2021


dylanmckay updated this revision to Diff 322354.
dylanmckay added a comment.

Fix an assertion error caused by attempting to get the frame size of non-frame instructions


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95664

Files:
  llvm/include/llvm/CodeGen/TargetInstrInfo.h
  llvm/lib/Target/AVR/AVRInstrInfo.cpp
  llvm/lib/Target/AVR/AVRInstrInfo.h
  llvm/test/CodeGen/AVR/bug-2021-01-29-complex-frame-pointer-usage.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95664.322354.patch
Type: text/x-patch
Size: 5043 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210209/329684c2/attachment.bin>


More information about the llvm-commits mailing list