[llvm] [CodeGen] SparseLiveVariables: A liveness analysis pass (PR #167454)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 19:11:58 PDT 2026
hiraditya wrote:
> I believe TwoAddressInstructionPass is the one true user of LiveVariables, and only for tied instructions. I'm not sure what PHIElimination is doing with it. I'd probably start by transitioning these to the replacement
makes sense, I'm looking into it.
This PR is ready to be reviewed btw.
https://github.com/llvm/llvm-project/pull/167454
More information about the llvm-commits
mailing list