Skip to content

Commit ee7245e

Browse files
committed
Undo useless edits.
1 parent 4297bfc commit ee7245e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mlir/lib/Dialect/Math/Transforms/PolynomialApproximation.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,9 @@ ErfcPolynomialApproximation::matchAndRewrite(math::ErfcOp op,
12201220
//----------------------------------------------------------------------------//
12211221
// Exp approximation.
12221222
//----------------------------------------------------------------------------//
1223+
12231224
namespace {
1225+
12241226
Value clampWithNormals(ImplicitLocOpBuilder &builder,
12251227
const std::optional<VectorShape> shape, Value value,
12261228
float lowerBound, float upperBound) {
@@ -1859,7 +1861,7 @@ void mlir::populateMathPolynomialApproximationPatterns(
18591861
}
18601862

18611863
void mlir::populateMathPolynomialApproximationPatterns(
1862-
RewritePatternSet & patterns,
1864+
RewritePatternSet &patterns,
18631865
const MathPolynomialApproximationOptions &options) {
18641866
mlir::populateMathF32ExpansionPatterns(patterns, [](StringRef name) -> bool {
18651867
return llvm::is_contained(

0 commit comments

Comments
 (0)