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

            Bug ID: 35839
           Summary: assertion failure in NewGVN: Value number changed
                    after main loop completed
           Product: libraries
           Version: 6.0
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedb...@nondot.org
          Reporter: superjo...@gmail.com
                CC: llvm-bugs@lists.llvm.org

This is latest release_60 revisions as of this morning:
LLVM r321742
clang r321788


clang -c -O3 -mllvm -enable-newgvn bad.ll
clang-6.0:
/home/andy/Downloads/llvm_release_60/lib/Transforms/Scalar/NewGVN.cpp:3285:
void {anonymous}::NewGVN::verifyIterationSettled(llvm::Function&): Assertion
`BeforeCC->isEquivalentTo(AfterCC) && "Value number changed after main loop
completed!"' failed.

I'll work on getting the IR smaller.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to