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

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 19 07:20:47 PST 2025


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


More information about the llvm-commits mailing list