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

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 15:33:20 PST 2024


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

`SDAGISelPass` is only used in `SIISelLowering.cpp`, I don't think we need this for now

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


More information about the llvm-commits mailing list