[llvm] [CodeGen] Utilizing register units based liveIns tracking in MBB (PR #129847)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 06:08:44 PST 2025
https://github.com/arsenm requested changes to this pull request.
This is missing most of the changes necessary to do this. We need a full migration away from the existing storage as reg + lane mask, to the register units. This requires MIR print and parsing changes, and I'm sure there will be downstream fallout in use sites
https://github.com/llvm/llvm-project/pull/129847
More information about the llvm-commits
mailing list