[PATCH] D123528: [AVR] Always expand STDSPQRr & STDWSPQRr

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 04:10:33 PDT 2022


benshi001 added a comment.

I am sorry but I do not like your solution, and I think we should find the root cause and fix it.

In your attached test case, the `stdwstk` is generated for passing i128 argument before calling foo, we should check why `stdwstk` is generated instead of expected `push`, rather than woring around.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123528



More information about the llvm-commits mailing list