[Mlir-commits] [mlir] [mlir][Vector] Add fastmath flags to vector.reduction (PR #66905)
Tobias Gysi
llvmlistbot at llvm.org
Wed Sep 20 07:19:34 PDT 2023
================
@@ -470,6 +476,12 @@ void ReductionOp::print(OpAsmPrinter &p) {
p << ", " << getVector();
if (getAcc())
p << ", " << getAcc();
+
+ if (getFastmathAttr() &&
----------------
gysit wrote:
Should there be a roundtrip test to check if the additional flags print and parse as expected?
https://github.com/llvm/llvm-project/pull/66905
More information about the Mlir-commits
mailing list