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

Jun Bum Lim <junb...@codeaurora.org> changed:

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

--- Comment #8 from Jun Bum Lim <junb...@codeaurora.org> ---
(In reply to comment #7)
> Jun committed r267197, which shortens the memset (in the beginning).
> 
> Jun,
> Closing this one as fixed, but fee free to re-open if you'd like to
> investigate other opportunities, such as splitting the memset.


Based on getMaxStoresPerMemset(), if memset is small enough, we could also
split the memset instead of shortening only the beginning or later.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to