[LLVMbugs] [Bug 6546] Assertion `L->isLCSSAForm()' failed with loop-rotate

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 8 17:55:00 PST 2010


http://llvm.org/bugs/show_bug.cgi?id=6546

Dan Gohman <gohman at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Dan Gohman <gohman at apple.com> 2010-03-08 19:54:59 CST ---
Chris convinced me that LCSSA shouldn't try to transform uses in unreachable
blocks. I updated the isLCSSA function to be less strict instead.  Fixed on
trunk in 98033.

-- 
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