[FastISel][AArch64] Add support for shift-immediate.
authorJuergen Ributzka <juergen@apple.com>
Wed, 30 Jul 2014 22:04:22 +0000 (22:04 +0000)
committerJuergen Ributzka <juergen@apple.com>
Wed, 30 Jul 2014 22:04:22 +0000 (22:04 +0000)
commitb0dba10fa626198c2006b62374a70a51b13ddfe9
tree14510e0fe93624a9d33d630213301ec21edb089a
parent5624046453adfd1e6807be4dd08f67f9e33a48ba
[FastISel][AArch64] Add support for shift-immediate.

Currently the shift-immediate versions are not supported by tblgen and
hopefully this can be later removed, once the required support has been
added to tblgen.

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