[FastISel][AArch64] Use a new helper function to determine if a value type is support...
authorJuergen Ributzka <juergen@apple.com>
Tue, 2 Sep 2014 22:33:53 +0000 (22:33 +0000)
committerJuergen Ributzka <juergen@apple.com>
Tue, 2 Sep 2014 22:33:53 +0000 (22:33 +0000)
commit4919b697c2f893e3f6a541c1e3fa3f74997a19bb
tree841cd573f570a2c4aa97f2599d6fd8ee02e1b33d
parent73d86aa56a757605896552bf171eee73c7859d47
[FastISel][AArch64] Use a new helper function to determine if a value type is supported. NFCI.

FastISel for AArch64 supports more value types than are actually legal. Use a
dedicated helper function to reflect this.

It is very similar to the isLoadStoreTypeLegal function, with the exception
that vector types are not supported yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216984 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64FastISel.cpp