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 cc5cdcc commit 2bca751Copy full SHA for 2bca751
src/tir/transforms/using_assume_to_reduce_branches.cc
@@ -354,7 +354,7 @@ Pass UseAssumeToReduceBranches() {
354
auto* n = f.CopyOnWrite();
355
arith::Analyzer analyzer;
356
357
- // The pass runs & eliminates pad branch with overcompute only if,
+ // The pass runs & eliminates pad branch with overcompute only if,
358
// the primfunc has op_pattern defined and is an elementwise op.
359
// AnnotateTIROpPattern pass will set op_pattern in op attributes of the primfunc.
360
if (n->attrs.GetAttr<Integer>("op_pattern").defined()) {
0 commit comments