[llvm-bugs] [Bug 46745] Assertion `(LocalChanged || (RefHash == StructuralHash(F))) && "Pass modifies its input and doesn't report it."' for -loop-idiom pass

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 10 04:18:03 PDT 2020


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

David Stenberg <david.stenberg at ericsson.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |david.stenberg at ericsson.com

--- Comment #1 from David Stenberg <david.stenberg at ericsson.com> ---
This was fixed by the following commit:

commit 4d75cc4b0a648ede4886fd98ce70d462f5d3994a
Author: Jon Roelofs <jonathan_roelofs at apple.com>
Date:   Fri Jul 17 14:58:44 2020 -0600

    More conservatively report status from LoopIdiomRecognize

    Being "precise" here is getting us into trouble with one of the
    EXPENSIVE_CHECKS buildbots, see [1].  Rather than reporting IR additions
that
    later get rolled back as "no change", instead we now conservatively report
that
    there was.

    1: http://lists.llvm.org/pipermail/llvm-dev/2020-July/143509.html

    Differential Revision: https://reviews.llvm.org/D84071

-- 
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/20200810/66c2e0a6/attachment.html>


More information about the llvm-bugs mailing list