File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
mlir/test/Integration/Dialect/Linalg/CPU Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: mlir-opt %s \
2
2
// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3
- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref \
3
+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref \
4
4
// RUN: -convert-scf-to-cf -expand-strided-metadata -lower-affine -convert-cf-to-llvm -convert-arith-to-llvm \
5
5
// RUN: -finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
6
6
// RUN: mlir-cpu-runner -e main -entry-point-result=void \
Original file line number Diff line number Diff line change 1
1
// RUN: mlir-opt %s \
2
2
// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3
- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref \
3
+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref \
4
4
// RUN: -convert-scf-to-cf -expand-strided-metadata -lower-affine -convert-cf-to-llvm -convert-arith-to-llvm \
5
5
// RUN: -finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
6
6
// RUN: mlir-cpu-runner -e main -entry-point-result=void \
Original file line number Diff line number Diff line change 1
1
// RUN: mlir-opt %s -test-linalg-transform-patterns=test-linalg-to-vector-patterns \
2
2
// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3
- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref \
3
+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref \
4
4
// RUN: -convert-linalg-to-loops -convert-scf-to-cf -expand-strided-metadata \
5
5
// RUN: -lower-affine -convert-arith-to-llvm -finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
6
6
// RUN: mlir-cpu-runner -e main -entry-point-result=void \
Original file line number Diff line number Diff line change 1
1
// RUN: mlir-opt %s \
2
2
// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3
- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref \
3
+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref \
4
4
// RUN: -convert-linalg-to-loops -convert-scf-to-cf -expand-strided-metadata \
5
5
// RUN: -lower-affine -convert-arith-to-llvm --finalize-memref-to-llvm \
6
6
// RUN: -convert-func-to-llvm -reconcile-unrealized-casts | \
Original file line number Diff line number Diff line change 1
1
// RUN: mlir-opt %s \
2
2
// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3
- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref \
3
+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref \
4
4
// RUN: -convert-linalg-to-loops -convert-scf-to-cf -expand-strided-metadata \
5
5
// RUN: -lower-affine -convert-arith-to-llvm --finalize-memref-to-llvm \
6
6
// RUN: -convert-func-to-llvm -reconcile-unrealized-casts | \
Original file line number Diff line number Diff line change 1
1
// RUN: mlir-opt %s \
2
2
// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
3
- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref -convert-linalg-to-loops \
3
+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref -convert-linalg-to-loops \
4
4
// RUN: -convert-arith-to-llvm -convert-scf-to-cf -convert-cf-to-llvm --finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
5
5
// RUN: mlir-cpu-runner -e main -entry-point-result=void \
6
6
// RUN: -shared-libs=%mlir_runner_utils \
Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: asan
2
2
// RUN: mlir-opt %s -test-transform-dialect-erase-schedule \
3
3
// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
4
- // RUN: -finalizing-bufferize - buffer-deallocation-pipeline -convert-bufferization-to-memref -convert-linalg-to-loops -convert-scf-to-cf \
4
+ // RUN: -buffer-deallocation-pipeline -convert-bufferization-to-memref -convert-linalg-to-loops -convert-scf-to-cf \
5
5
// RUN: -expand-strided-metadata -lower-affine -convert-arith-to-llvm -convert-scf-to-cf --finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
6
6
// RUN: mlir-cpu-runner -e main -entry-point-result=void \
7
7
// RUN: -shared-libs=%mlir_c_runner_utils,%mlir_runner_utils \
8
8
// RUN: | FileCheck %s
9
9
10
10
// RUN: mlir-opt %s -transform-interpreter -test-transform-dialect-erase-schedule \
11
11
// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
12
- // RUN: -finalizing-bufferize - convert-linalg-to-loops -convert-scf-to-cf -convert-scf-to-cf \
12
+ // RUN: -convert-linalg-to-loops -convert-scf-to-cf -convert-scf-to-cf \
13
13
// RUN: -expand-strided-metadata -lower-affine -convert-arith-to-llvm -convert-scf-to-cf --finalize-memref-to-llvm -convert-func-to-llvm -reconcile-unrealized-casts | \
14
14
// RUN: mlir-cpu-runner -e main -entry-point-result=void \
15
15
// RUN: -shared-libs=%mlir_c_runner_utils,%mlir_runner_utils \
You can’t perform that action at this time.
0 commit comments