[Mlir-commits] [mlir] [mlir] Enable remove-dead-values to delete unused private function (PR #161471)
Mehdi Amini
llvmlistbot at llvm.org
Wed Oct 1 03:31:54 PDT 2025
joker-eph wrote:
> I believe such a fix is reasonable.In this bug, the key reason is that the dead code analysis pass determined the entire IR to be dead.This led to unexpected results in liveness analysis
Can you describe a bit more the underlying issue?
https://github.com/llvm/llvm-project/pull/161471
More information about the Mlir-commits
mailing list