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

           Summary: LLVM lacks host-independent folding for floating-point
                    library routines
           Product: libraries
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Support Libraries
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


LLVM does constant folding for library routines such as sin, cos, etc. using
the host libm.  This means its results can vary across hosts, and it means that
optimization (which could lead to a particular call being folded, or not) can
affect program behavior.

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