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

Ivan Butygin llvmlistbot at llvm.org
Wed Jul 23 02:41:13 PDT 2025


Hardcode84 wrote:

I still don't understand your usecase, sorry. Are you using upstream analyses? Which ones? If not and you have a custom downstream analysis, you already derived from `DenseAnalysis` so you can add the `irrelevantPoints` map and `processOperation` there, without modifying the core. 

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


More information about the Mlir-commits mailing list