[Mlir-commits] [mlir] [mlir][vector] Add pattern to break down small reductions into arith ops (PR #75727)

Andrzej WarzyƄski llvmlistbot at llvm.org
Sun Dec 17 12:14:14 PST 2023


================
@@ -6212,6 +6214,7 @@ bool WarpExecuteOnLane0Op::areTypesCompatible(Type lhs, Type rhs) {
 
 Value mlir::vector::makeArithReduction(OpBuilder &b, Location loc,
                                        CombiningKind kind, Value v1, Value acc,
+                                       arith::FastMathFlagsAttr fastmath,
----------------
banach-space wrote:

Isn't this unrelated to this change?

https://github.com/llvm/llvm-project/pull/75727


More information about the Mlir-commits mailing list