[Mlir-commits] [mlir] [mlir][vector] Fix invalid IR in `ContractionOpLowering` (PR #78130)

Nicolas Vasilache llvmlistbot at llvm.org
Tue Jan 16 00:31:12 PST 2024


================
@@ -320,8 +320,8 @@ func.func @masked_matvec_k_mk_m(%A: vector<4x2xf32>,
                                 %x: vector<2xf32>,
                                 %b: vector<4xf32>,
                                 %mask: vector<4x2xi1>) -> vector<4xf32> {
-  // CHECK:         vector.transpose %[[MASK]]
-  // CHECK:         vector.transpose %[[A]]
+  // CHECK-DAG:     vector.transpose %[[MASK]]
----------------
nicolasvasilache wrote:

please drop these, let's be deterministic

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


More information about the Mlir-commits mailing list