summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/powi-windows.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64][X86] Don't assume __powidf2 is available on Windows.Eli Friedman2019-11-081-0/+46
We had some code for this for 32-bit ARM, but this doesn't really need to be in target-specific code; generalize it. (I think this started showing up recently because we added an optimization that converts pow to powi.) Differential Revision: https://reviews.llvm.org/D69013
OpenPOWER on IntegriCloud