[Mlir-commits] [mlir] [mlir][linalg] Add mixed precision folding pattern in vectorize_children_and_apply_patterns TD Op (PR #148684)

Adam Siemieniuk llvmlistbot at llvm.org
Tue Aug 5 07:19:04 PDT 2025


================
@@ -1777,3 +1777,158 @@ module attributes {transform.with_named_sequence} {
     transform.yield
   }
 }
+
+// -----
+
+// Mixed precision vectorization tests.
+
+// CHECK-LABEL: func @float_mixed_precision_generic_as_contract
+// CHECK-COUNT-3: vector.transfer_read
+// CHECK-NOT:     arith.extf
+// CHECK:         vector.contract
----------------
adam-smnk wrote:

Could you also directly validate types of the vector contract?

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


More information about the Mlir-commits mailing list