summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/Windows/powi.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: lower fpowi appropriately for Windows ARMSaleem Abdulrasool2016-11-061-0/+57
This handles the last case of the builtin function calls that we would generate code which differed from Microsoft's ABI. Rather than generating a call to `__pow{d,s}i2` we now promote the parameter to a float or double and invoke `powf` or `pow` instead. Addresses PR30825! llvm-svn: 286082
OpenPOWER on IntegriCloud