[llvm-bugs] [Bug 37451] Assertion `!contains(New, this) && "this->replaceAllUsesWith(expr(this)) is NOT valid!"' failed. with -ipconstprop
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Sep 13 06:39:35 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=37451
bjorn.a.pettersson at ericsson.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |bjorn.a.pettersson at ericsson
| |.com
Resolution|--- |FIXED
--- Comment #4 from bjorn.a.pettersson at ericsson.com ---
Afaict -ipconstprop no longer exists.
Most lit tests that were running -ipconstprop in the past now runs -ipsccp
instead. No idea if that would make the test case irrelevant or if the
implementation was shared somehow. But it does not crash with -ipsccp instead
of -ipconstprop.
Nevertheless, I don't think this is something we need to care about. So we can
just close it. Assuming it was fixed by removing -ipconstprop.
--
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/20210913/20ba33f3/attachment.html>
More information about the llvm-bugs
mailing list