[Mlir-commits] [mlir] [mlir][vector] Use notifyMatchFailure instead of assert in VectorLinearize (PR #93590)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Jun 12 12:12:12 PDT 2024
================
@@ -246,6 +257,16 @@ func.func @test_vector_extract(%arg0: vector<2x8x2xf32>) -> vector<8x2xf32> {
return %0 : vector<8x2xf32>
}
+// ALL-LABEL: func.func @test_vector_extract_scalable(
+// ALL-SAME: %[[VAL_0:.*]]: vector<2x[2]xf32>) -> f32 {
+func.func @test_vector_extract_scalable(%arg1: vector<2x[2]xf32>) -> f32 {
----------------
banach-space wrote:
Why are types inside this tens and `@test_vector_extract` different? Is this in any way significant?
https://github.com/llvm/llvm-project/pull/93590
More information about the Mlir-commits
mailing list