[LLVMbugs] [Bug 5319] store not sunk by licm
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Oct 27 09:32:50 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=5319
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Chris Lattner <clattner at apple.com> 2009-10-27 11:32:49 ---
This is expected behavior, you need to run loop rotate before licm to get this.
This is completely eliminate at -O3.
--
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