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

Mikael Holmén <mikael.hol...@ericsson.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #5 from Mikael Holmén <mikael.hol...@ericsson.com> ---
Hi,

I've seen a new variant of this crash, where the same assertion is triggered:
 opt -slsr -S -o - bbi-54843.ll

Result
opt: ../lib/Analysis/ScalarEvolution.cpp:5681: llvm::ConstantRange
llvm::ScalarEvolution::getRangeForUnknownRecurrence(const llvm::SCEVUnknown *):
Assertion `L && L->getHeader() == P->getParent()' failed.

Also in the new reproducer there is dead code present, but this time the dead
block is mentioned in a PHI in a reachable block.

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

Reply via email to