We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0829753 commit 324b8bdCopy full SHA for 324b8bd
mlir/lib/Dialect/Arith/Transforms/IntRangeOptimizations.cpp
@@ -495,7 +495,7 @@ struct IntRangeNarrowingPass final
495
496
GreedyRewriteConfig config;
497
// We specifically need bottom-up traversal as cmpi pattern needs range
498
- // data, attched to it's original arguments.
+ // data, attached to its original argument values.
499
config.useTopDownTraversal = false;
500
config.listener = &listener;
501
0 commit comments