[Mlir-commits] [mlir] [mlir][Vector] Add fastmath flags to vector.reduction (PR #66905)

Nicolas Vasilache llvmlistbot at llvm.org
Wed Sep 20 07:40:27 PDT 2023


================
@@ -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


More information about the Mlir-commits mailing list