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

Why make it a method on InstrInfo? Why not another method of FrameLowering?

Do you plan to call `buildClearRegister` from somewhere other than 
FrameLowering?

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