[llvm-bugs] [Bug 48296] opt crash with "-mem2reg -simplifycfg -instcombine -jump-threading -correlated-propagation -lcssa -loop-rotate -loop-vectorize": Assertion `!verifyFunction(*L->getHeader()->getParent(), &dbgs())' failed.
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Nov 30 13:40:33 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48296
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
Fixed By Commit(s)| |9eb2c011
CC| |spatel+llvm at rotateright.com
--- Comment #1 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Removed the assert:
https://reviews.llvm.org/rG9eb2c0113dfe
I tried for a possibly better fix with:
https://reviews.llvm.org/D92247
...but that caused other failures as noted in the reverting commit.
--
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/20201130/b0a3f7a4/attachment.html>
More information about the llvm-bugs
mailing list