[clang-tools-extra] [mlir] [NFC][MLIR] Fix some typos (PR #108355)
Matthias Springer via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 12 03:18:07 PDT 2024
================
@@ -16,7 +16,7 @@ like Toy to get the information they need.
MLIR provides a set of always available-hooks for certain core transformations,
as seen in the [previous chapter](Ch-3.md), where we registered some
-canonicalizations via a hook on our operations (`getCanonicalizationPatterns`).
----------------
matthias-springer wrote:
Not sure if `canonicalization` has a plural. In practice we often say `canonicalizations` though.
https://github.com/llvm/llvm-project/pull/108355
More information about the cfe-commits
mailing list