[FastISel][AArch64] Add support for frameaddress intrinsic.
authorJuergen Ributzka <juergen@apple.com>
Fri, 25 Jul 2014 17:47:14 +0000 (17:47 +0000)
committerJuergen Ributzka <juergen@apple.com>
Fri, 25 Jul 2014 17:47:14 +0000 (17:47 +0000)
commit06640d93e010b7dc6dc8a70621c2e5028686be89
tree65d167640df0cb23285c28ad9b8a47cdf8a69025
parent2602b66b91ee31362fac5e9dce31b22b9596dab8
[FastISel][AArch64] Add support for frameaddress intrinsic.

This commit implements the frameaddress intrinsic for the AArch64 architecture
in FastISel.

There were two test cases that pretty much tested the same, so I combined them
to a single test case.

Fixes <rdar://problem/17811834>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213959 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64FastISel.cpp
test/CodeGen/AArch64/arm64-frameaddr.ll [deleted file]
test/CodeGen/AArch64/frameaddr.ll