From 91c156d6a7cd75e258bc5899fd085efa2b1daf0d Mon Sep 17 00:00:00 2001 From: Jeremy Kun Date: Sun, 4 Aug 2024 16:22:10 -0700 Subject: [PATCH] add PDLL article link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e46139..5e5452d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This is the code repository for a series of articles on the 10. [Dialect Conversion](https://jeremykun.com/2023/10/23/mlir-dialect-conversion/) 11. [Lowering through LLVM](https://jeremykun.com/2023/11/01/mlir-lowering-through-llvm/) 12. [A Global Optimization and Dataflow Analysis](https://jeremykun.com/2023/11/15/mlir-a-global-optimization-and-dataflow-analysis/) +12. [Defining Patterns with PDLL](https://www.jeremykun.com/2024/08/04/mlir-pdll/) ## Bazel build