[llvm-bugs] [Bug 43206] Loop idiom recognizer miscompiles a memcmp loop

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Oct 12 08:38:13 PDT 2019


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

Roman Lebedev <lebedev.ri at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|r370788                     |r370788, r374662
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Roman Lebedev <lebedev.ri at gmail.com> ---
The problem was that i forgot to ensure that both loads had the same loop base
as the one we were analysing.
Recommitted in r374662.

(In reply to Roman Lebedev from comment #5)
> (In reply to Nick Desaulniers from comment #4)
> > Seems like the commit that was reverted was breaking ppc linux kernel
> > builds: https://github.com/ClangBuiltLinux/linux/issues/647.
> 
> It may be best to retroactively fix that instead of waiting until after it
> breaks next time.

No reaction from Nick in a month, so i guess they weren't interested in
proactive fix. Now that it is recommitted, i guess they are broken again.

-- 
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/20191012/7e45e3aa/attachment.html>


More information about the llvm-bugs mailing list