[LLVMbugs] [Bug 3760] simple loop pessimized by -std-compile-opts

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Mar 8 21:51:02 PDT 2009


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


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-03-08 23:51:01 ---
Try adding a x86-32 target triple.  Without it, the optimizer defaults to
optimizing for sparc 64.


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