[Mlir-commits] [mlir] [mlir][vector] Update tests/patterns for vector.transpose (PR #91359)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu May 9 06:47:48 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.
----------------
banach-space wrote:
Sorry, I should've been more specific. What I meant is that these lowerings (should be "lowerings" rather than "lowering") are implemented in the `X86Vector` (rather than `X86`) Dialect:
* https://github.com/llvm/llvm-project/blob/main/mlir/lib/Dialect/X86Vector/Transforms/AVXTranspose.cpp
Let me update.
https://github.com/llvm/llvm-project/pull/91359
More information about the Mlir-commits
mailing list