[LLVMbugs] [Bug 2026] passmanager crash on domfrontier requiring domtree?
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Feb 14 15:39:29 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=2026
Devang Patel <dpatel at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #2 from Devang Patel <dpatel at apple.com> 2008-02-14 17:39:28 ---
You ran into this earlier also :)
As a work around, drop -domtree from
$ opt b.bc -loopsimplify -domtree -lcssa -domfrontier -ipconstprop
and drop -loops from
$ opt -loopsimplify -loops -lcssa -instcombine -lcssa -inline
*** This bug has been marked as a duplicate of bug 1503 ***
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list