[llvm] [MachineModuleInfo] add a grouping mechanism to defer deletion MF (PR #214525)
Diana Picus via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 00:58:09 PDT 2026
================
@@ -103,10 +103,31 @@ MachineFunction &MachineModuleInfo::getOrCreateMachineFunction(Function &F) {
return *MF;
}
+// When a function is not grouped with any other function, we can delete its
----------------
rovka wrote:
Nit: This comment should be in the header.
https://github.com/llvm/llvm-project/pull/214525
More information about the llvm-commits
mailing list