[Mlir-commits] [mlir] [mlir] Separate implementation of the symbol-dce pass (PR #165130)

Mehdi Amini llvmlistbot at llvm.org
Wed Dec 10 08:28:32 PST 2025


joker-eph wrote:

>  Why not just add SymbolDCE pass to pipeline before spot its neede?

We shouldn't have a pass crash because someone didn't add symbol-dce to the pass pipeline, I rather have passes been "correct" themselves.

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


More information about the Mlir-commits mailing list