AArch64: use explicit MVT::i64 when creating EXTRACT_SUBVECTOR nodes.
authorTim Northover <tnorthover@apple.com>
Sat, 6 Dec 2014 00:33:37 +0000 (00:33 +0000)
committerTim Northover <tnorthover@apple.com>
Sat, 6 Dec 2014 00:33:37 +0000 (00:33 +0000)
commit5e84fe3ed4c1557485dca7f64537ec59178b9c73
tree9ddb75f5020b529c666ca0e99eb4c544f23890dc
parent0ccb02c4e91dc8678420c43905c98833b9190c28
AArch64: use explicit MVT::i64 when creating EXTRACT_SUBVECTOR nodes.

All our patterns use MVT::i64, but the ISelLowering nodes were inconsistent in
their choice.

No functional change.

llvm-svn: 223551
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp