Skip to content

Commit e27d11c

Browse files
committed
fixup! [mlir][vector] Update tests/patterns for vector.transpose
fix comments
1 parent 9ba1222 commit e27d11c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/test/Dialect/Vector/CPU/X86/vector-transpose-lowering.mlir

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// RUN: mlir-opt %s --transform-interpreter --split-input-file | FileCheck %s
22

3-
// NOTE: This file tests lowering from the X86 dialect. Since X86 does not
4-
// support scalable vectors, all examples in this file use fixed-width vectors.
3+
// NOTE: This file tests lowerings that are implemented in the X86Vector
4+
// dialect. Since X86 does not support scalable vectors, all examples in this
5+
// file use fixed-width vectors.
56

67
// CHECK-LABEL: func @transpose4x8
78
func.func @transpose4x8xf32(%arg0: vector<4x8xf32>) -> vector<8x4xf32> {

0 commit comments

Comments
 (0)