[PATCH] D78581: [AVR] Remove faulty stack pushing behavior
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 27 07:24:03 PST 2021
aykevl added a comment.
I have found that my fix isn't complete, it can result in broken code because the register allocator does not know that `R31R30` is in use between `ADJCALLSTACKDOWN` and `STDWSPQRr` and might use it as the value operand for the `STDWSPQRr` instruction.
...I'm not sure how to fix this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78581/new/
https://reviews.llvm.org/D78581
More information about the llvm-commits
mailing list