[llvm] [NewPM][CodeGen] Port MachineLICM to NPM (PR #107376)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 23:16:27 PDT 2024


================
@@ -126,6 +127,8 @@ namespace {
     TargetSchedModel SchedModel;
     bool PreRegAlloc = false;
     bool HasProfileData = false;
+    Pass *LegacyPass;
----------------
arsenm wrote:

I think most places directly pass in the analyses. This looks like it uses 5 of them, which is kind of an annoyingly large number of them 

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


More information about the llvm-commits mailing list