[LLVMbugs] [Bug 4841] [x86] cmov generated even on -mcpu=pentium

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 22 13:27:17 PDT 2010


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

Chris Lattner <clattner at apple.com> changed:

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

--- Comment #11 from Chris Lattner <clattner at apple.com> 2010-03-22 15:27:16 CDT ---
Please open a new bug to track this, this has nothing to do with cmov.  The
proposed patch isn't the right solution.  Instead of handling this at
scheduling time, this should be handled at legalize time.  If this feature
isn't available, the x86 legalize code should not make the 'X86cmp' node for
the fp types.

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