[PATCH] D129558: [PPC32] fix stack size allocated for float point argument

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 02:13:11 PDT 2022


nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.

In D129558#3650601 <https://reviews.llvm.org/D129558#3650601>, @shchenz wrote:

> In D129558#3649380 <https://reviews.llvm.org/D129558#3649380>, @kernigh wrote:
>
>> Thank you. This diff fixed the pass.c from my bug report. To apply the diff, I needed to remove the pr56469.ll part, because I don't have that file.
>
> Right. pr56469.ll is still on my local branch. I just want to show the diff caused by this patch for better review.

Normally, you should pre-commit a test like this so that any developer can apply the patch cleanly to ToT.

Nonetheless, LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129558



More information about the llvm-commits mailing list