[llvm] [CodeGen] Utilizing register units based liveIns tracking in MBB (PR #129847)
Vikash Gupta via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 08:38:05 PDT 2025
vg0204 wrote:
> What do you mean by "significant downfall"? Conceptually I don't see why you should need to enumerate the live in registers frequently. Most uses care about whether the register is live or not
As I was looking through different use places, what you said holds true at most places. But, few deals with manipulation based around liveIn register lists.
But, let me start with this clarity now and see how would things turn out ( once jay concerns about
https://github.com/llvm/llvm-project/pull/129847
More information about the llvm-commits
mailing list