[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


================
@@ -121,7 +121,7 @@ struct EmulateWideIntPass final
         [&typeConverter](Operation *op) { return typeConverter.isLegal(op); });
 
     RewritePatternSet patterns(ctx);
-    // Add common pattenrs to support contants, functions, etc.
----------------
matthias-springer wrote:

I think think should be `constants`. Also there's a typo in `patterns`.

https://github.com/llvm/llvm-project/pull/108355


More information about the cfe-commits mailing list