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: unassignedb...@nondot.org
          Reporter: compn...@compnerd.org
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to