Skip to content

Commit 0ba08cd

Browse files
authored
Update llvm/test/CodeGen/AArch64/sve-masked-compressstore.ll
1 parent 08d4923 commit 0ba08cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AArch64/sve-masked-compressstore.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ define void @test_compressstore_nxv2f64(ptr %p, <vscale x 2 x double> %vec, <vsc
5656
ret void
5757
}
5858

59-
;; Promoted SVE vector types promoted to 32/64-bit (non-exhaustive)
59+
;; SVE vector types promoted to 32/64-bit (non-exhaustive)
6060

6161
define void @test_compressstore_nxv2i8(ptr %p, <vscale x 2 x i8> %vec, <vscale x 2 x i1> %mask) {
6262
; CHECK-LABEL: test_compressstore_nxv2i8:

0 commit comments

Comments
 (0)