Fix the bugs about AArch64 Load/Store vector types and bitcast between i64 and vector...
authorHao Liu <Hao.Liu@arm.com>
Fri, 22 Nov 2013 08:47:22 +0000 (08:47 +0000)
committerHao Liu <Hao.Liu@arm.com>
Fri, 22 Nov 2013 08:47:22 +0000 (08:47 +0000)
commite74a644b38339df6959cee26d135c6dabb117697
treeea6c0832d0b171893adb8ee14874a6b54ada06f3
parentbb3327f3f08b93edc1d93112c263d6987e45a8f8
Fix the bugs about AArch64 Load/Store vector types and bitcast between i64 and vector types.
e.g. "%tmp = load <2 x i64>* %ptr" can't be selected.
     "%tmp = bitcast i64 %in to <2 x i32>" can't be selected.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195424 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64InstrNEON.td
test/CodeGen/AArch64/neon-copy.ll
test/CodeGen/AArch64/neon-simd-ldst-multi-elem.ll