[llvm] [CodeGen] Port selection dag isel to new pass manager (PR #83567)

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 17:51:34 PST 2024


================
@@ -229,6 +230,7 @@ class SelectionDAG {
   const TargetLibraryInfo *LibInfo = nullptr;
   const FunctionVarLocs *FnVarLocs = nullptr;
   MachineFunction *MF;
+  MachineFunctionAnalysisManager *MFAM = nullptr;
----------------
paperchalice wrote:

AMDGPU backend need some analysis results.

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


More information about the llvm-commits mailing list