MLIR — A Global Optimization and Dataflow Analysis

7 · Jeremy Kun · Nov. 15, 2023, 7:35 p.m.
Table of Contents In this article we’ll implement a global optimization pass, and show how to use the dataflow analysis framework to verify the results of our optimization. The code for this article is in this pull request, and as usual the commits are organized to be read in order. The noisy arithmetic problem This […]...