[Mlir-commits] [mlir] [mlir][vector] Update tests/patterns for vector.transpose (PR #91359)

Benjamin Maxwell llvmlistbot at llvm.org
Thu May 9 05:45:09 PDT 2024


================
@@ -0,0 +1,492 @@
+// RUN: mlir-opt %s --transform-interpreter --split-input-file | FileCheck %s
+
+// NOTE: This file tests lowering from the X86 dialect. Since X86 does not
+// support scalable vectors, all examples in this file use fixed-width vectors.
+
+// CHECK-LABEL: func @transpose4x8
+func.func @transpose4x8xf32(%arg0: vector<4x8xf32>) -> vector<8x4xf32> {
----------------
MacDue wrote:

Note: I diffed these tests with the deleted tests -- identical match. 

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


More information about the Mlir-commits mailing list