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

           Summary: possible optimization: convert ui2fp into a select
                    instr if i1 type is used
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Core LLVM classes
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


when calling si2fp or ui2fp and the input number is of type i1, it is possible
to convert it to a select (i1 %c, 0, -1).

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to