[llvm] [CodeGen] Add MachineRegisterClassInfo analysis pass (PR #120690)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 11 05:25:50 PDT 2025


arsenm wrote:

> Is any pass ever going to invalidate this analysis? If not, can we mark it as preserved in `MachineFunctionPass::getAnalysisUsage`?

The AMDGPU wwm alloc pass will need to 

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


More information about the llvm-commits mailing list