[llvm] [AArch64] Fix tryMergeAdjacentSTG function in PrologEpilog pass (PR #68873)

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 07:16:59 PDT 2023


================
@@ -3703,6 +3703,17 @@ bool isMergeableStackTaggingInstruction(MachineInstr &MI, int64_t &Offset,
   return true;
 }
 
+bool isNZCVLiveOut(MachineBasicBlock &MBB) {
----------------
kbeyls wrote:

Yeah, it seems like there is no `MBB.isLiveOut`.

https://github.com/llvm/llvm-project/pull/68873


More information about the llvm-commits mailing list