[PATCH] D143712: [ARM] Pre-Commit Tests for PR60510

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 02:32:26 PST 2023


lenary added a comment.

In D143712#4165622 <https://reviews.llvm.org/D143712#4165622>, @dmgreen wrote:

> It's a bit odd to read code with the filter-out push/pop, but LGTM.

I figured most of that was prolog/epilog that wasn't where the bug was, and the issue i was running into was the arm/thumb prologs/epilogs were different, but the function bodies were not. This still shows the movs to set the registers used for return values.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143712



More information about the llvm-commits mailing list