[llvm] [WIP][CodeGen] Encode liveness for COPY instructions after virtRegRewriter pass. (PR #151123)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 1 01:48:15 PDT 2025


arsenm wrote:

> NOTE: Currently, as we do not support any MachineOperand or MachineOperand attribute( associated with Register operand) that could hold liveness information as the 64-bit laneBitmask,

It would be trivial to add an MO_LaneMask

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


More information about the llvm-commits mailing list