[Mlir-commits] [mlir] [mlir][vector] Add more tests for ConvertVectorToLLVM (4/n) (PR #103391)

Hugo Trachino llvmlistbot at llvm.org
Fri Aug 16 06:14:52 PDT 2024


================
@@ -1284,7 +1284,7 @@ func.func @insertelement_scalable(%arg0: f32, %arg1: vector<[4]xf32>) -> vector<
 
 // -----
 
-func.func @insert_element_index(%arg0: f32, %arg1: vector<4xf32>) -> vector<4xf32> {
+func.func @insertelement_index(%arg0: f32, %arg1: vector<4xf32>) -> vector<4xf32> {
----------------
nujaa wrote:

You didnt update the CHECK :|

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


More information about the Mlir-commits mailing list