Skip to content

Commit 35ed78a

Browse files
Change function name in Sema from test_read_zt to test_write_zt
1 parent 389ac8d commit 35ed78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/aarch64-sme2-intrinsics/acle_sme2_imm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ void test_luti4_zt_x4(svuint8x2_t op) __arm_streaming __arm_in("zt0") {
356356
svluti4_zt_u8_x4(1, op); // expected-error {{argument value 1 is outside the valid range [0, 0]}}
357357
}
358358

359-
void test_read_zt() __arm_streaming __arm_inout("zt0") {
359+
void test_write_zt() __arm_streaming __arm_inout("zt0") {
360360
// Check Zt tile 0
361361
svwrite_lane_zt(1, svundef_s8(), 1); // expected-error {{argument value 1 is outside the valid range [0, 0]}}
362362
svwrite_zt(1, svundef_s8()); // expected-error {{argument value 1 is outside the valid range [0, 0]}}

0 commit comments

Comments
 (0)