Skip to content

Commit 613ed36

Browse files
committed
fixup! [mlir][linalg] Move vectorization tests for pad + insert_slice Ops (nfc)
Move+rename other tests for Tensor Ops
1 parent 7b21f34 commit 613ed36

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mlir/test/Dialect/Linalg/vectorize-tensor-extract.mlir renamed to mlir/test/Dialect/Linalg/vectorization/extract-with-patterns.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: mlir-opt -split-input-file \
2-
// RUN: -transform-preload-library='transform-library-paths=%p/td/vectorize-with-patterns.mlir' \
2+
// RUN: -transform-preload-library='transform-library-paths=%p/../td/vectorize-with-patterns.mlir' \
33
// RUN: -transform-interpreter=entry-point=vectorize_with_patterns %s | FileCheck %s
44

55
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)