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

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 20 05:50:42 PST 2025


jayfoad wrote:

For AMDGPU it still seems like we are running the analysis too many times. I would expect one initial run plus maybe another one after the wwm alloc pass. Most other passes should preserve this.

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


More information about the llvm-commits mailing list