[llvm-bugs] [Bug 51584] compile-time explosion at -O1 to -Os on clang trunk version

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 23 07:54:41 PDT 2021


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

Florian Hahn <florian_hahn at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |9577fac0fddf
                 CC|                            |spatel+llvm at rotateright.com
             Status|NEW                         |RESOLVED

--- Comment #1 from Florian Hahn <florian_hahn at apple.com> ---
Thanks for the report!

It looks like this hits and infinite loop in instcombine with a recently added
pattern. I reverted the problematic patch for now in
https://reviews.llvm.org/rG9577fac0fddf and added a reduced test case
separately.

-- 
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/20210823/0a3e8d22/attachment-0001.html>


More information about the llvm-bugs mailing list