[llvm] [RISCV64] liveness analysis (PR #167454)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 17 20:14:40 PST 2025


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


More information about the llvm-commits mailing list