[Mlir-commits] [mlir] [MLIR] Add options to generate-runtime-verification to enable faster pass running (PR #160331)

Mehdi Amini llvmlistbot at llvm.org
Thu Oct 2 14:53:16 PDT 2025


joker-eph wrote:

This LGTM, but can we get an upstream repro for:

> Currently, the pass is extremely expensive. For example, with a mobilenet v2 ssd network(converted to mlir), running this pass alone will take 30 minutes. The same observation has been made to other networks as small as 5 Mb.
> Perf profiling shows that 98% percent of the time is spent in the constructor of SSANameState.

I'd like to be able to benchmark this upstream to check how to improve this pass.

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


More information about the Mlir-commits mailing list