[llvm] [CodeGen] Add MachineRegisterClassInfo analysis pass (PR #120690)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 04:50:55 PST 2025
================
@@ -131,6 +132,7 @@ INITIALIZE_PASS_BEGIN(MachineCombiner, DEBUG_TYPE,
"Machine InstCombiner", false, false)
INITIALIZE_PASS_DEPENDENCY(MachineLoopInfoWrapperPass)
INITIALIZE_PASS_DEPENDENCY(MachineTraceMetricsWrapperPass)
+INITIALIZE_PASS_DEPENDENCY(MachineRegisterClassInfoWrapperPass)
----------------
arsenm wrote:
Alphabetize
https://github.com/llvm/llvm-project/pull/120690
More information about the llvm-commits
mailing list