Index: mlir/.clang-format =================================================================== --- mlir/.clang-format +++ /dev/null @@ -1,2 +0,0 @@ -BasedOnStyle: LLVM -AlwaysBreakTemplateDeclarations: Yes \ No newline at end of file Index: mlir/lib/Analysis/AffineStructures.cpp =================================================================== --- mlir/lib/Analysis/AffineStructures.cpp +++ mlir/lib/Analysis/AffineStructures.cpp @@ -565,7 +565,7 @@ int64_t step = forOp.getStep(); if (step != 1) { if (!forOp.hasConstantLowerBound()) - forOp.emitWarning("domain conservatively approximated"); + LLVM_DEBUG(forOp.emitWarning("domain conservatively approximated")); else { // Add constraints for the stride. // (iv - lb) % step = 0 can be written as: