[llvm] [AArch64] Mark X16 as clobbered in PAUTH_EPILOGUE for hint-based PAuthLR (PR #175991)

David Green via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 19 05:14:33 PST 2026


================
@@ -10719,14 +10719,13 @@ void AArch64InstrInfo::fixupPostOutline(MachineBasicBlock &MBB) const {
 static void signOutlinedFunction(MachineFunction &MF, MachineBasicBlock &MBB,
                                  const AArch64InstrInfo *TII,
                                  bool ShouldSignReturnAddr) {
+  assert(&MF.front() == &MBB);
----------------
davemgreen wrote:

Does this need to assert? If so can it add a message to why.

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


More information about the llvm-commits mailing list