Skip to content

Commit bfca113

Browse files
committed
spell out fmf var type
1 parent 4b463ce commit bfca113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ PowFStrengthReduction::matchAndRewrite(math::PowFOp op,
4343
PatternRewriter &rewriter) const {
4444
Location loc = op.getLoc();
4545
Value x = op.getLhs();
46-
auto fmf = op.getFastmathAttr().getValue();
46+
arith::FastMathFlags fmf = op.getFastmathAttr().getValue();
4747

4848
FloatAttr scalarExponent;
4949
DenseFPElementsAttr vectorExponent;

0 commit comments

Comments
 (0)