Skip to content

Commit 101aac0

Browse files
authored
Add Folders article link
Article is going live Monday 2023-09-11, so link may be dead until then.
1 parent 4b3386a commit 101aac0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on the [MLIR framework](https://mlir.llvm.org/) for building compilers.
99
4. [Using Tablegen for Passes](https://jeremykun.com/2023/08/10/mlir-using-tablegen-for-passes/)
1010
5. [Defining a New Dialect](https://jeremykun.com/2023/08/21/mlir-defining-a-new-dialect/)
1111
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
12+
7. [Folders and Constant Propagation](https://jeremykun.com/2023/09/11/mlir-folders/)
13+
8. Verifiers
14+
9. Canonicalization with Rewrite Patterns
15+
10. Dialect Conversion

0 commit comments

Comments
 (0)