[PATCH] D97745: [AVR] Set R31R30 as clobbered after ADJCALLSTACKDOWN

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 06:19:01 PST 2021


aykevl planned changes to this revision.
aykevl added a comment.

I think there is a better way to do this: by always using a frame pointer when a function needs a call frame. That would simplify the code a lot.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97745



More information about the llvm-commits mailing list