[FastISel][AArch64] Add lowering support for frem.
authorJuergen Ributzka <juergen@apple.com>
Mon, 15 Sep 2014 22:07:49 +0000 (22:07 +0000)
committerJuergen Ributzka <juergen@apple.com>
Mon, 15 Sep 2014 22:07:49 +0000 (22:07 +0000)
commit323445f7066f023e22e0eeb3c3572bd44565451f
tree8228e946b8f900a9f9eedaf36819ed578bc6cb68
parent7d8b5f7777735d4f78d97348c23906d4d9e83732
[FastISel][AArch64] Add lowering support for frem.

This lowers frem to a runtime libcall inside fast-isel.

The test case also checks the CallLoweringInfo bug that was exposed by this
change.

This fixes rdar://problem/18342783.

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