[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in ValueBoundsOpInterface.cpp (NFC)

This commit is contained in:
Mehdi Amini 2025-08-21 10:30:04 -07:00
parent bfbd191f35
commit 4100845126

View File

@ -129,7 +129,7 @@ ValueBoundsConstraintSet::Variable::Variable(AffineMap map,
assert(var.map.getNumDims() == 0 && "expected only symbols");
SmallVector<AffineExpr> symReplacements;
for (auto valueDim : var.mapOperands) {
auto it = llvm::find(this->mapOperands, valueDim);
auto *it = llvm::find(this->mapOperands, valueDim);
if (it != this->mapOperands.end()) {
// There is already a symbol for this operand.
symReplacements.push_back(b.getAffineSymbolExpr(