[Mlir-commits] [clang-tools-extra] [mlir] [NFC][MLIR] Fix some typos (PR #108355)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Sep 12 03:26:18 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.
----------------
VitalyAnkh wrote:
You are so quick! I'm still undoing some false positives introduced by my grammar tools. Mark this as a draft before this is ready
https://github.com/llvm/llvm-project/pull/108355
More information about the Mlir-commits
mailing list