[Mlir-commits] [mlir] [mlir][vector] Group re-order patterns together (PR #102856)
Hugo Trachino
llvmlistbot at llvm.org
Thu Aug 15 04:44:44 PDT 2024
================
@@ -208,3 +208,115 @@ func.func @negative_op_only_supports_vectors(%arg0 : f32) -> vector<1xf32> {
%1 = vector.fma %0, %0, %0 : vector<1xf32>
return %1 : vector<1xf32>
}
+
----------------
nujaa wrote:
Diff-ed moved tests. Looks good. 👍
https://github.com/llvm/llvm-project/pull/102856
More information about the Mlir-commits
mailing list