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

Andrzej Warzyński llvmlistbot at llvm.org
Fri Dec 6 05:13:37 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
----------------
banach-space wrote:

Argh, sorry about that, looked OK on my screen  🤦🏻 Thanks!

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


More information about the Mlir-commits mailing list