[llvm-bugs] [Bug 40933] opt crashes with "opt -mem2reg -inline -early-cse-memssa -flattencfg"
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Mar 4 10:44:18 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40933
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |DUPLICATE
Status|NEW |RESOLVED
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 -mem2reg -inline
-early-cse-memssa 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/241b283b/attachment.html>
More information about the llvm-bugs
mailing list