================
@@ -8335,6 +8335,26 @@ bool 
AArch64InstrInfo::shouldOutlineFromFunctionByDefault(
   return MF.getFunction().hasMinSize();
 }
 
+void AArch64InstrInfo::buildClearRegister(Register Reg, MachineBasicBlock &MBB,
----------------
bwendling wrote:

Yes, in particular I want to call it when deciding when to clear out the 
register holding the stack protector guard value before exiting the function. 
It'll probably be during prologue/epilogue mangling, but I think the `TII` is 
still a nicer place to put it...

https://github.com/llvm/llvm-project/pull/66958
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to