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

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jul 16 07:16:21 PDT 2020


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

            Bug ID: 46749
           Summary: Assertion `(LocalChanged || (RefHash ==
                    StructuralHash(F))) && "Pass modifies its input and
                    doesn't report it."' for -globalopt pass
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: david.stenberg at ericsson.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
                    sguelton at redhat.com

Created attachment 23733
  --> https://bugs.llvm.org/attachment.cgi?id=23733&action=edit
IR reproducer.

Requires an expensive checks build to reproduce.

$ opt -globalopt -S globalopt.ll                                                
opt: ../lib/IR/LegacyPassManager.cpp:1702: bool (anonymous
namespace)::MPPassManager::runOnModule(llvm::Module &): Assertion
`(LocalChanged || (RefHash == StructuralHash(M))) && "Pass modifies its input
and doesn't report it."' failed.

-- 
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/20200716/ee4cf172/attachment.html>


More information about the llvm-bugs mailing list