[llvm] [PassManager] Support MachineFunctionProperties (PR #83668)

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 23:10:06 PST 2024


================
@@ -64,6 +64,8 @@ extern llvm::cl::opt<bool> UseNewDbgInfoFormat;
 
 namespace llvm {
 
+class MachineFunction;
----------------
cdevadas wrote:

I wasn't talking about this instance alone. But in general, while designing the machinery for NPM backend passes.

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


More information about the llvm-commits mailing list