[Mlir-commits] [mlir] [mlir][vector][nfc] Update vector-to-llvm.mlir (PR #118112)

Hugo Trachino llvmlistbot at llvm.org
Thu Dec 5 07:56:15 PST 2024


================
@@ -2900,12 +2980,29 @@ func.func @flat_transpose_index(%arg0: vector<16xindex>) -> vector<16xindex> {
 
 // -----
 
-func.func @vector_load(%memref : memref<200x100xf32>, %i : index, %j : index) -> vector<8xf32> {
+//===----------------------------------------------------------------------===//
+// vector.load
----------------
nujaa wrote:

This comment is misplaced and should be after flat_transpose tests.

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


More information about the Mlir-commits mailing list