From 1c276e97c8cdcbae4cc9ba705c17b8c373c4aa65 Mon Sep 17 00:00:00 2001 From: Jeremy Kun <2467754+j2kun@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:14:00 -0700 Subject: [PATCH] Add link to "Lowering Through LLVM" article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fab9395..a894731 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ on the [MLIR framework](https://mlir.llvm.org/) for building compilers. 8. [Verifiers](https://jeremykun.com/2023/09/13/mlir-verifiers/) 9. [Canonicalizers and Declarative Rewrite Patterns](https://jeremykun.com/2023/09/20/mlir-canonicalizers-and-declarative-rewrite-patterns/) 10. [Dialect Conversion](https://jeremykun.com/2023/10/23/mlir-dialect-conversion/) -11. Lowering through LLVM +11. [Lowering through LLVM](https://jeremykun.com/2023/11/01/mlir-lowering-through-llvm/) ## Bazel build