[llvm-bugs] [Bug 30825] New: Dont generate __powi{d, s}f2 calls for Windows

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Oct 28 10:22:24 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=30825

            Bug ID: 30825
           Summary: Dont generate __powi{d,s}f2 calls for Windows
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
          Assignee: unassignedbugs at nondot.org
          Reporter: compnerd at compnerd.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Calls to `@llvm.powi.f64` and `@llvm.powi.f32` generate calls to
`__powi{d,s}f2` on Windows.  These should be reduced to calls to `powf` with
the appropriate casts.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161028/dff0785c/attachment.html>


More information about the llvm-bugs mailing list