[llvm] [WIP][CodeGen] Modifying MBB's liveins representation as into regUnits (PR #129847)
Vikash Gupta via llvm-commits
llvm-commits at lists.llvm.org
Wed May 7 02:15:46 PDT 2025
vg0204 wrote:
> Also, side question, what is the point of changing the liveins representation?
What does it solve/allow?
I changed it as tracking of live-ins as regUnits (which are constant in number) rather than registers are quite less expensive. As the number of registers in arch like ourselves can go up as 9k due to aliasing & RegisterTuple stuff, which can be avoided due to exact nature of it
https://github.com/llvm/llvm-project/pull/129847
More information about the llvm-commits
mailing list