File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ level ACLE attributes:
31
31
is used for functions with ``__arm_locally_streaming `` and is
32
32
only valid on function definitions (not declarations)
33
33
34
- ``aarch64_pstate_new_za ``
34
+ ``aarch64_new_za ``
35
35
is used for functions with ``__arm_new("za") ``
36
36
37
37
``aarch64_in_za ``
Original file line number Diff line number Diff line change @@ -1205,7 +1205,7 @@ LogicalResult ModuleTranslation::convertOneFunction(LLVMFuncOp func) {
1205
1205
llvmFunc->addFnAttr (" aarch64_out_za" );
1206
1206
else if (func.getArmInoutZa ())
1207
1207
llvmFunc->addFnAttr (" aarch64_inout_za" );
1208
- if (func.getArmPreservesZa ())
1208
+ else if (func.getArmPreservesZa ())
1209
1209
llvmFunc->addFnAttr (" aarch64_preserves_za" );
1210
1210
1211
1211
if (auto targetCpu = func.getTargetCpu ())
You can’t perform that action at this time.
0 commit comments