[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:46:06 PDT 2025


vg0204 wrote:

> Yes, I think we need to give leaf registers their own unique regunit, even in the presence of ad hoc aliases.

As, I looked I think we need to make changes here to handle it : https://github.com/llvm/llvm-project/blob/e3ee6bbd384ef4c583b9f7bca4253ae0fba90a70/llvm/utils/TableGen/Common/CodeGenRegisters.cpp#L415

So, anyone taking care of it as of now, because its needed to be done for my work to move forward?


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


More information about the llvm-commits mailing list