[llvm-bugs] [Bug 40929] opt crashes with "opt -constprop -structurizecfg -flattencfg"
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Mar 4 10:28:00 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40929
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
CC| |spatel+llvm at rotateright.com
--- Comment #1 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Like bug 40925, this doesn't need any passes besides -flattencfg to show the
bug.
The bug is visible by sending just the correct IR after -constprop
-structurizecfg to -flattencfg (which might be an unused/dead pass at this
point).
*** This bug has been marked as a duplicate of bug 40925 ***
--
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/20190304/10b8b082/attachment.html>
More information about the llvm-bugs
mailing list