================
@@ -406,9 +406,7 @@ FunctionInfo MachineSMEABI::collectNeededZAStates(SMEAttrs
SMEFnAttrs) {
if (MBB.isEntryBlock()) {
// Entry block:
- Block.FixedEntryState = SMEFnAttrs.hasPrivateZAInterface()
- ? ZAState::CALLER_DORMANT
- : ZAState::ACTIVE;
+ Block.FixedEntryState = ZAState::ENTRY;
----------------
sdesmalen-arm wrote:
Is this a functional change related to my comment here:
https://github.com/llvm/llvm-project/pull/166361/files#r2534538320 ? If so, can
you move this out into a separate PR?
https://github.com/llvm/llvm-project/pull/166361
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits