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

Hugo Trachino llvmlistbot at llvm.org
Fri Dec 6 02:41:24 PST 2024


================
@@ -2980,23 +3144,27 @@ func.func @flat_transpose_index(%arg0: vector<16xindex>) -> vector<16xindex> {
 
 // -----
 
-//===----------------------------------------------------------------------===//
-// vector.load
-//===----------------------------------------------------------------------===//
-
 func.func @flat_transpose(%arg0: vector<16xf32>) -> vector<16xf32> {
   %0 = vector.flat_transpose %arg0 { rows = 4: i32, columns = 4: i32 }
      : vector<16xf32> -> vector<16xf32>
   return %0 : vector<16xf32>
 }
 
+// -----
+
+//===----------------------------------------------------------------------===//
+// vector.load
----------------
nujaa wrote:

Ayy, this should be moved after flat_transpose LIT lines.

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


More information about the Mlir-commits mailing list