[llvm-bugs] [Bug 49610] 8ec7ea3ddce7379e13e8dfb4a5260a6d2004aa1c causes more stack usage on PowerPC
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jul 7 02:49:06 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=49610
Nemanja Ivanovic <nemanja.i.ibm at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|CONFIRMED |RESOLVED
--- Comment #13 from Nemanja Ivanovic <nemanja.i.ibm at gmail.com> ---
(In reply to Nemanja Ivanovic from comment #12)
> The fix is actually in two commits since I neglected to account for big
> endian targets in the initial commit.
>
> Initial commit:
> https://reviews.llvm.org/rG0464586ac515e8cfebe4c7615387fd625c8869f5
>
> Follow-up fix for BE:
> https://reviews.llvm.org/rGdcccb2f59401
Ugh, unfortunately this caused failures in the bootstrap build on BE Linux and
I had to disable it temporarily. I have now fixed it in yet another follow-up
commit. So this also needs the following two commits:
https://reviews.llvm.org/rG4e22c7265d86 - disables the change
https://reviews.llvm.org/rG4e22c7265d86 - fixes and re-enables the change
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210707/7ca968e3/attachment-0001.html>
More information about the llvm-bugs
mailing list