[FastISel][AArch64] Lower sin/cos/pow to runtime lib calls.
authorJuergen Ributzka <juergen@apple.com>
Mon, 15 Sep 2014 22:33:06 +0000 (22:33 +0000)
committerJuergen Ributzka <juergen@apple.com>
Mon, 15 Sep 2014 22:33:06 +0000 (22:33 +0000)
commitdf445d7af2285c41994f9450a9c57c843d59d3cb
tree838444f707deaf71280d66d498ff87fe864d7159
parent16bd30fa48398935200a17fd029a5ee0f1ed5fc7
[FastISel][AArch64] Lower sin/cos/pow to runtime lib calls.

Also lower sin/cos/pow to runtime lib calls.

This fixes rdar://problem/18343468.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217839 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64FastISel.cpp
test/CodeGen/AArch64/fast-isel-frem.ll [deleted file]
test/CodeGen/AArch64/fast-isel-runtime-libcall.ll [new file with mode: 0644]