File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ class RegionBuilderHelper {
523523 isInteger (arg0) && arg0.getType ().getIntOrFloatBitWidth () == 1 ;
524524 bool tailFloatingPoint =
525525 isFloatingPoint (arg0) && isFloatingPoint (arg1) && isFloatingPoint (arg2);
526- bool tailInteger = isInteger (arg0) && isInteger (arg1) && isInteger (arg1 );
526+ bool tailInteger = isInteger (arg0) && isInteger (arg1) && isInteger (arg2 );
527527 OpBuilder::InsertionGuard g (builder);
528528 builder.setInsertionPointToEnd (&block);
529529 switch (ternaryFn) {
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ ScalableValueBoundsConstraintSet::computeScalableBound(
107107
108108 AffineMap bound = [&] {
109109 if (boundType == BoundType::EQ && !invalidBound (lowerBound) &&
110- lowerBound[0 ] == lowerBound [0 ]) {
110+ lowerBound[0 ] == upperBound [0 ]) {
111111 return lowerBound[0 ];
112112 } else if (boundType == BoundType::LB && !invalidBound (lowerBound)) {
113113 return lowerBound[0 ];
You can’t perform that action at this time.
0 commit comments