diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM64')
-rw-r--r-- | llvm/test/CodeGen/ARM64/arith.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM64/arith.ll b/llvm/test/CodeGen/ARM64/arith.ll index 803af6cb8c5..e4be8e98a78 100644 --- a/llvm/test/CodeGen/ARM64/arith.ll +++ b/llvm/test/CodeGen/ARM64/arith.ll @@ -156,7 +156,7 @@ define i64 @t17(i16 %a, i64 %x) nounwind ssp { entry: ; CHECK-LABEL: t17: ; CHECK: sxth [[REG:x[0-9]+]], w0 -; CHECK: sub x0, xzr, [[REG]], lsl #32 +; CHECK: neg x0, [[REG]], lsl #32 ; CHECK: ret %tmp16 = sext i16 %a to i64 %tmp17 = mul i64 %tmp16, -4294967296 |