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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to