llvm-project/mlir/integration_test/Dialect/Vector/CPU
Benjamin Kramer 239eff502b [mlir][VectorOps] Redo the scalar loop emission in VectoToSCF to pad instead of clipping
This replaces the select chain for edge-padding with an scf.if that
performs the memory operation when the index is in bounds and uses the
pad value when it's not. For transfer_write the same mechanism is used,
skipping the store when the index is out of bounds.

The integration test has a bunch of cases of how I believe this should
work.

Differential Revision: https://reviews.llvm.org/D87241
2020-09-08 11:15:25 +02:00
..
lit.local.cfg
test-broadcast.mlir
test-compress.mlir [mlir] [VectorOps] Add expand/compress operations to Vector dialect 2020-08-04 12:00:42 -07:00
test-constant-mask.mlir
test-contraction.mlir
test-create-mask-v4i1.mlir
test-create-mask.mlir
test-expand.mlir [mlir] [VectorOps] Add expand/compress operations to Vector dialect 2020-08-04 12:00:42 -07:00
test-extract-slices.mlir
test-extract-strided-slice.mlir
test-flat-transpose-col.mlir
test-flat-transpose-row.mlir
test-fma.mlir
test-gather.mlir [mlir] [VectorOps] Add scatter/gather operations to Vector dialect 2020-07-21 10:57:40 -07:00
test-insert-slices.mlir
test-insert-strided-slice.mlir
test-maskedload.mlir [mlir] [VectorOps] Add masked load/store operations to Vector dialect 2020-08-05 16:45:24 -07:00
test-maskedstore.mlir [mlir] [VectorOps] Add masked load/store operations to Vector dialect 2020-08-05 16:45:24 -07:00
test-matrix-multiply-col.mlir
test-matrix-multiply-row.mlir
test-outerproduct-f32.mlir [mlir] [VectorOps] Allow AXPY to be expressed as special case of OUTERPRODUCT 2020-07-10 12:23:24 -07:00
test-outerproduct-i64.mlir [mlir] [VectorOps] Allow AXPY to be expressed as special case of OUTERPRODUCT 2020-07-10 12:23:24 -07:00
test-reductions-f32-reassoc.mlir [mlir] [VectorOps] Extend vector reduction integration test with reassoc=true cases. 2020-06-29 13:28:20 -07:00
test-reductions-f32.mlir
test-reductions-f64-reassoc.mlir [mlir] [VectorOps] Extend vector reduction integration test with reassoc=true cases. 2020-06-29 13:28:20 -07:00
test-reductions-f64.mlir
test-reductions-i32.mlir
test-reductions-i64.mlir
test-scatter.mlir [mlir] [VectorOps] Add expand/compress operations to Vector dialect 2020-08-04 12:00:42 -07:00
test-shape-cast.mlir
test-shuffle.mlir
test-sparse-dot-matvec.mlir [mlir] [VectorOps] [integration_test] Sparse matrix times vector (DOT version) 2020-07-27 11:22:28 -07:00
test-sparse-saxpy-jagged-matvec.mlir [mlir] [VectorOps] [integration_test] Sparse matrix times vector (jagged SAXPY version) 2020-07-29 13:25:56 -07:00
test-transfer-read-2d.mlir [MLIR] Add an integration test for 2 D vector.transfer_read 2020-08-04 04:28:28 -04:00
test-transfer-read.mlir [mlir] Add alignment attribute to LLVM memory ops and use in vector.transfer 2020-07-13 17:35:20 -04:00
test-transfer-to-loops.mlir [mlir][VectorOps] Redo the scalar loop emission in VectoToSCF to pad instead of clipping 2020-09-08 11:15:25 +02:00
test-transfer-write.mlir [mlir] Add alignment attribute to LLVM memory ops and use in vector.transfer 2020-07-13 17:35:20 -04:00
test-transpose.mlir