We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a8b72 commit 94fd328Copy full SHA for 94fd328
llvm/lib/Target/AArch64/MachineSMEABIPass.cpp
@@ -303,9 +303,8 @@ void MachineSMEABI::collectNeededZAStates(SMEAttrs SMEFnAttrs) {
303
// buffer was allocated in SelectionDAG. It marks the end of the
304
// allocation -- which is a safe point for this pass to insert any TPIDR2
305
// block setup.
306
- if (MI.getOpcode() == AArch64::SMEStateAllocPseudo) {
+ if (MI.getOpcode() == AArch64::SMEStateAllocPseudo)
307
State.AfterSMEProloguePt = MBBI;
308
- }
309
auto [NeededState, InsertPt] = getZAStateBeforeInst(
310
*TRI, MI, /*ZAOffAtReturn=*/SMEFnAttrs.hasPrivateZAInterface());
311
assert((InsertPt == MBBI ||
0 commit comments