Skip to content

Commit

Permalink
add analysis pass article to ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
j2kun committed Nov 15, 2023
1 parent 6c0b9ce commit 1d751b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This is the code repository for a series of articles on the
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](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/)

This comment has been minimized.

Copy link
@MattPD

MattPD Nov 16, 2023

Thanks for continuing the article series, great as always :-)

Tiny "bug": The URL "https://github.com/llvm/llvm-project/pull/72007" in the article currently has a swapped target link and description text (which results in a broken link).

// FWIW, it currently looks like this: [https://github.com/llvm/llvm-project/pull/72007](https://github.com/llvm/llvm-project/pull/72007%20is%20the%20PR%20I%20had%20to%20upstream%20to%20fix%20the%20integer%20range%20analysis); I think it's just a matter of swapping the Markdown fields.

This comment has been minimized.

Copy link
@j2kun

j2kun Nov 16, 2023

Author Owner

Fixed! Thanks


## Bazel build

Expand Down

0 comments on commit 1d751b9

Please sign in to comment.