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

Mehdi Amini llvmlistbot at llvm.org
Tue Sep 23 09:21:04 PDT 2025


joker-eph wrote:

> Perf profiling shows that 98% percent of the time is spent in the constructor of SSANameState.

That seems to point to a caching issue to me, we probably should start there first?

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


More information about the Mlir-commits mailing list