[Mlir-commits] [mlir] [MLIR][LivenessAnalysis] Treat a public function as an external (PR #160648)

Mehdi Amini llvmlistbot at llvm.org
Tue Sep 30 00:32:29 PDT 2025


joker-eph wrote:

I'm wondering now if this is the right fix though.
Making arguments as dead could still allow simplification at call-sites (for example: replace with a constant or an "undef" value), while not touching the signature?

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


More information about the Mlir-commits mailing list