[Mlir-commits] [mlir] [mlir][Vector] Fix n-D vector.extract/insert lowering to LLVM (PR #87591)

Diego Caballero llvmlistbot at llvm.org
Fri Apr 5 11:54:04 PDT 2024


================
@@ -840,16 +852,16 @@ func.func @insert_element_into_vec_3d(%arg0: f32, %arg1: vector<4x8x16xf32>) ->
 
 // -----
 
-func.func @insert_element_with_value_1d(%arg0: vector<16xf32>, %arg1: f32, %arg2: index)
-                                      -> vector<16xf32> {
-  %0 = vector.insert %arg1, %arg0[%arg2]: f32 into vector<16xf32>
-  return %0 : vector<16xf32>
----------------
dcaballe wrote:

Ooops :)

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


More information about the Mlir-commits mailing list