[llvm-bugs] [Bug 24654] consecutive store merging failure

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Sep 21 11:29:27 PDT 2015


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

Matt Arsenault <Matthew.Arsenault at amd.com> changed:

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

--- Comment #4 from Matt Arsenault <Matthew.Arsenault at amd.com> ---
r248169 fixes this particular case. It isn't really optimal though, since it
will still fail to merge cases with consecutive stores of mixed FP and integer
constants.

-- 
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/20150921/7b9dcf56/attachment.html>


More information about the llvm-bugs mailing list