[PATCH] D144791: Reorder stack up-adjustment and register copies

Bruce Collie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 01:36:25 PST 2023


Baltoli added a comment.

@aemerson I've pulled in the original code from my Github issue and generated a test case from it using the LLC test update script; please let me know if I should be doing anything differently. I have inspected the new test case and verified that the generated code is as expected (i.e. the stack-up adjustment follows the call, and does not get between the spill and reload).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144791



More information about the llvm-commits mailing list