[Mlir-commits] [mlir] [mlir][vector] Fix FlattenGather for scalable vectors (PR #96074)

Benjamin Maxwell llvmlistbot at llvm.org
Thu Jun 20 01:54:41 PDT 2024


================
@@ -74,6 +74,32 @@ func.func @gather_memref_1d_i32_index(%base: memref<?xf32>, %v: vector<2xi32>, %
   return %0 : vector<2x3xf32>
  }
 
----------------
MacDue wrote:

I think this is missing a negative test (with a type like `[4]x8`) where there's no unrolling possible.

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


More information about the Mlir-commits mailing list