[llvm] [CodeGen] Support MachineFunctionProperties in PassConcept (PR #79749)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 22:50:56 PST 2024


================
@@ -1292,9 +1298,37 @@ struct RequireAnalysisPass
     OS << "require<" << PassName << '>';
   }
   static bool isRequired() { return true; }
+
+  // MachineFunctionPass interface, define Define these separately to prevent
----------------
aeubanks wrote:

extra "Define", ditto below

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


More information about the llvm-commits mailing list