[Mlir-commits] [mlir] [mlir] [vector] try promoting scalar when reordering broadcast/elementwise (PR #212180)
Chuanqi Xu
llvmlistbot at llvm.org
Mon Aug 24 01:49:32 PDT 2026
================
@@ -231,8 +245,27 @@ func.func @negative_fma_mixed_scalar_and_vector_broadcast_source(%arg0: vector<4
// -----
+// The vector source may occur after a scalar source. It still determines the
----------------
ChuanqiXu9 wrote:
Done by updating the comments.
https://github.com/llvm/llvm-project/pull/212180
More information about the Mlir-commits
mailing list