[llvm-bugs] [Bug 47023] Improve store merging

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Sep 15 05:49:13 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=47023

Sanjay Patel <spatel+llvm at rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Sanjay Patel <spatel+llvm at rotateright.com> ---
(In reply to David Bolvansky from comment #6)
> Seems to be fixed in LLVM 12 (probably second run of SROA)

Yes, it was likely the pipeline change that took care of these examples. 

I added all of these as IR phase ordering tests, so we won't break these
specific tests again:
https://reviews.llvm.org/rGbe1028053e93

So I'll mark this as fixed. x86 codegen is not identical to gcc's, but let's
open another report if that is a concern.

-- 
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/20210915/a2a3c816/attachment.html>


More information about the llvm-bugs mailing list