hiraditya wrote: > Do you intend to make this a full analysis pass that other passes can query? That can be done, but it can be a bit tricky if we update the kill flags as that would change the IR. Are there analysis passes that modify the IR? https://github.com/llvm/llvm-project/pull/167454