diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-vcombine.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-vcombine.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-vcombine.ll b/llvm/test/CodeGen/AArch64/arm64-vcombine.ll index 7e0b5803a95..c084ee22e97 100644 --- a/llvm/test/CodeGen/AArch64/arm64-vcombine.ll +++ b/llvm/test/CodeGen/AArch64/arm64-vcombine.ll @@ -6,7 +6,7 @@ define <16 x i8> @test(<16 x i8> %q0, <16 x i8> %q1, i8* nocapture %dest) nounwind { entry: ; CHECK-LABEL: test: -; CHECK: ins.d v0[1], v1[0] +; CHECK: mov.d v0[1], v1[0] %0 = bitcast <16 x i8> %q0 to <2 x i64> %shuffle.i = shufflevector <2 x i64> %0, <2 x i64> undef, <1 x i32> zeroinitializer %1 = bitcast <16 x i8> %q1 to <2 x i64> |