[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.
----------------
MacDue wrote:

This is not lowering from the x86 dialect (also to be clear there's no x86 dialect, only x86vector), the input is the vector dialect. However, this does not actually lower to x86vector dialect operations, it lowers directly to inline assembly. 

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


More information about the Mlir-commits mailing list