diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/fp16-vector-load-store.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/fp16-vector-load-store.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/fp16-vector-load-store.ll b/llvm/test/CodeGen/AArch64/fp16-vector-load-store.ll index 0eb9dd14de4..1d1794abc30 100644 --- a/llvm/test/CodeGen/AArch64/fp16-vector-load-store.ll +++ b/llvm/test/CodeGen/AArch64/fp16-vector-load-store.ll @@ -99,7 +99,7 @@ entry: define void @storeu_lane0_64(half* nocapture %a, <4 x half> %b) #1 { ; CHECK-LABEL: storeu_lane0_64: -; CHECK: st1 { v0.h }[0], [x{{[0-9]+}}] +; CHECK: stur h0, [x{{[0-9]+}}, #-2] entry: %0 = getelementptr half, half* %a, i64 -1 %1 = extractelement <4 x half> %b, i32 0 @@ -148,7 +148,7 @@ entry: define void @storeu_lane0_128(half* nocapture %a, <8 x half> %b) #1 { ; CHECK-LABEL: storeu_lane0_128: -; CHECK: st1 { v0.h }[0], [x{{[0-9]+}}] +; CHECK: stur h0, [x{{[0-9]+}}, #-2] entry: %0 = getelementptr half, half* %a, i64 -1 %1 = extractelement <8 x half> %b, i32 0 |