[llvm] [CodeGen] Add MachineRegisterClassInfo analysis pass (PR #210826)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 20 23:04:54 PDT 2026
================
@@ -104,6 +104,7 @@
; LAXX-NEXT: Machine Common Subexpression Elimination
; LAXX-NEXT: MachinePostDominator Tree Construction
; LAXX-NEXT: Machine Cycle Info Analysis
+; LAXX-NEXT: Machine Register Class Info Analysis
----------------
arsenm wrote:
Missing preservation of the analysis somewhere. AMDGPU is probably the only case with legitimate recomputations of this (and later we should take care to incrementally update, after WWM regalloc)
https://github.com/llvm/llvm-project/pull/210826
More information about the llvm-commits
mailing list