[llvm] [WIP][CodeGen] Modifying MBB's liveins representation as into regUnits (PR #129847)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Fri May 16 04:58:47 PDT 2025
jayfoad wrote:
There are genuine codegen differences in:
```
test/CodeGen/AArch64/zero-call-used-regs.ll
test/CodeGen/X86/zero-call-used-regs.ll
```
Looks like `PEIImpl::insertZeroCallUsedRegs` will need updating to understand that `liveins()` may only contain subregs of the registers that it is querying.
https://github.com/llvm/llvm-project/pull/129847
More information about the llvm-commits
mailing list