[Mlir-commits] [mlir] [mlir] [dataflow] further optimize dataflow compile time (PR #149804)

Jeff Niu llvmlistbot at llvm.org
Wed Jul 23 10:11:33 PDT 2025


Mogball wrote:

I think it's probably worthwhile to measure the baseline overhead this adds to the dataflow solve. The dataflow solver already has a bunch of hash map lookups as part of its inner loop so I do wonder how much slower it gets.

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


More information about the Mlir-commits mailing list