Another guide on dataflow analysis in MLIR (original) (raw)

Hi everyone,

I wrote another guide on dataflow analysis in MLIR, mostly focusing on the difference between sparse vs dense analyses: The missing guide to Dataflow Analysis in MLIR

The intention is to cover some bits and pieces not covered by the official tutorial.

I hope it can be of help for the folks getting started with the framework.

P.S. If you see any inaccuracies in the article - please, let me know, I’d be happy to fix those :raising_hands: