hiraditya wrote: > Do you intend to make this a full analysis pass that other passes can query? Do we need it? The liveness information is in the IR itself, once the kill flags are added. This PR is still missing the update of live-in/live-out set. https://github.com/llvm/llvm-project/pull/167454