[llvm-bugs] [Bug 47297] New: Assertion `false && "Pass modifies its input and doesn't report it."' for -jump-threading pass

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 24 07:41:03 PDT 2020


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

            Bug ID: 47297
           Summary: Assertion `false && "Pass modifies its input and
                    doesn't report it."' for -jump-threading 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

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

LLVM commit: ada2e8ea67393aa8c44fe8e9d46be62df6d1c702

Requires an expensive checks build to reproduce.

$ opt -S -jump-threading jump-threading.ll
Pass modifies its input and doesn't report it: Jump Threading
opt: ../lib/IR/LegacyPassManager.cpp:1593: bool
llvm::FPPassManager::runOnFunction(llvm::Function &): Assertion `false && "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/20200824/e57b10db/attachment-0001.html>


More information about the llvm-bugs mailing list