================ @@ -470,6 +476,12 @@ void ReductionOp::print(OpAsmPrinter &p) { p << ", " << getVector(); if (getAcc()) p << ", " << getAcc(); + + if (getFastmathAttr() && ---------------- nicolasvasilache wrote: done https://github.com/llvm/llvm-project/pull/66905