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)
commit4e54b5db81862fc62d8a5c3c1a37e66d5329efc2
treeed45552e56dff6d3abbf9a2c8e550ef6f3216291
parent689f10d1b56f68fafd999debc86e0b58d2d5de80
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.

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