[llvm] [NewPM][CodeGen] Port MachineLICM to NPM (PR #107376)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 03:44:04 PDT 2024
================
@@ -126,6 +127,8 @@ namespace {
TargetSchedModel SchedModel;
bool PreRegAlloc = false;
bool HasProfileData = false;
+ Pass *LegacyPass;
----------------
arsenm wrote:
What are these ultimately used for? It's pretty ugly to need to forward these through.
https://github.com/llvm/llvm-project/pull/107376
More information about the llvm-commits
mailing list