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

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 17 20:23:02 PST 2025


hiraditya wrote:

> Does this compute anything different from the LiveVariables analysis?

>From my reading, LiveVariables  has several limitations:
1.  It does not compute full liveness information.
2. Only works on SSA.
3. It only fixes the liveness of operands. e.g., it never calls setIsKill(true)

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


More information about the llvm-commits mailing list