We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3386a commit 101aac0Copy full SHA for 101aac0
README.md
@@ -9,6 +9,7 @@ on the [MLIR framework](https://mlir.llvm.org/) for building compilers.
9
4. [Using Tablegen for Passes](https://jeremykun.com/2023/08/10/mlir-using-tablegen-for-passes/)
10
5. [Defining a New Dialect](https://jeremykun.com/2023/08/21/mlir-defining-a-new-dialect/)
11
6. [Using Traits](https://jeremykun.com/2023/09/07/mlir-using-traits/)
12
-7. Defining Folders and Canonicalizers
13
-8. Defining Verifiers
14
-9. Dialect Conversions
+7. [Folders and Constant Propagation](https://jeremykun.com/2023/09/11/mlir-folders/)
+8. Verifiers
+9. Canonicalization with Rewrite Patterns
15
+10. Dialect Conversion
0 commit comments