File tree Expand file tree Collapse file tree 3 files changed +75
-75
lines changed Expand file tree Collapse file tree 3 files changed +75
-75
lines changed Original file line number Diff line number Diff line change @@ -6947,8 +6947,8 @@ def ArmNewDocs : Documentation {
6947
6947
The ``__arm_new`` keyword applies to function declarations and specifies
6948
6948
that the function will create a new scope for state S.
6949
6949
6950
- The attribute takes string arguments to instruct the compiler which state
6951
- is shared . The supported states for S are:
6950
+ The attribute takes string arguments to instruct the compiler for which state
6951
+ to create new scope . The supported states for S are:
6952
6952
6953
6953
* ``"za"`` for Matrix Storage (requires SME)
6954
6954
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ void test_svzero_mask_za_2(void) __arm_inout("za") {
66
66
// CHECK-CXX-NEXT: tail call void @llvm.aarch64.sme.zero(i32 255)
67
67
// CHECK-CXX-NEXT: ret void
68
68
//
69
- void test_svzero_za (void ) __arm_inout ("za ") {
69
+ void test_svzero_za (void ) __arm_out ("za ") {
70
70
svzero_za ();
71
71
}
72
72
//// NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
You can’t perform that action at this time.
0 commit comments