[Mlir-commits] [mlir] [mlir] Separate implementation of the symbol-dce pass (PR #165130)
lonely eagle
llvmlistbot at llvm.org
Wed Dec 10 06:19:17 PST 2025
linuxlonelyeagle wrote:
> I'm little bit confused by the use case here. Why not just add SymbolDCE pass to pipeline before spot its neede?
Your question is indeed a good one. At first, I wanted to introduce the feature of removing useless functions in remove remove remove values, because symbol dce has this feature, so I did it this way. But now it seems that we have solved the problem through another method.
https://github.com/llvm/llvm-project/pull/165130
More information about the Mlir-commits
mailing list