diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/ext-narrow-index.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/ext-narrow-index.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/ext-narrow-index.ll b/llvm/test/CodeGen/AArch64/ext-narrow-index.ll index 177f2cafcf83..f62cfef9baf2 100644 --- a/llvm/test/CodeGen/AArch64/ext-narrow-index.ll +++ b/llvm/test/CodeGen/AArch64/ext-narrow-index.ll @@ -382,7 +382,7 @@ entry: define <1 x i64> @i64_zero_off2(<2 x i64> %arg1) { ; CHECK-LABEL: i64_zero_off2: ; CHECK: // %bb.0: // %entry -; CHECK-NEXT: fmov d0, xzr +; CHECK-NEXT: movi d0, #0000000000000000 ; CHECK-NEXT: ret entry: %shuffle = shufflevector <2 x i64> %arg1, <2 x i64> zeroinitializer, <1 x i32> <i32 2> |
