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 @@ -1105,7 +1105,7 @@ LogicalResult ModuleTranslation::convertOneFunction(LLVMFuncOp func) {
1105
1105
llvmFunc->addFnAttr (" aarch64_out_za" );
1106
1106
else if (func.getArmInoutZa ())
1107
1107
llvmFunc->addFnAttr (" aarch64_inout_za" );
1108
- if (func.getArmPreservesZa ())
1108
+ else if (func.getArmPreservesZa ())
1109
1109
llvmFunc->addFnAttr (" aarch64_preserves_za" );
1110
1110
1111
1111
if (auto targetCpu = func.getTargetCpu ())
You can’t perform that action at this time.
0 commit comments