forked from OSchip/llvm-project
6728af16cf
This change makes the scatter/gather syntax more consistent with the syntax of all the other memory operations in the Vector dialect (order of types, use of [] for index, etc.). This will make the MLIR code easier to read. In addition, the pass_thru parameter of the gather has been made mandatory (there is very little benefit in using the implicit "undefined" values). Reviewed By: nicolasvasilache Differential Revision: https://reviews.llvm.org/D94352 |
||
---|---|---|
.. | ||
lit.local.cfg | ||
test-broadcast.mlir | ||
test-compress.mlir | ||
test-constant-mask.mlir | ||
test-contraction.mlir | ||
test-create-mask-v4i1.mlir | ||
test-create-mask.mlir | ||
test-expand.mlir | ||
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 | ||
test-insert-slices.mlir | ||
test-insert-strided-slice.mlir | ||
test-maskedload.mlir | ||
test-maskedstore.mlir | ||
test-matrix-multiply-col.mlir | ||
test-matrix-multiply-row.mlir | ||
test-outerproduct-f32.mlir | ||
test-outerproduct-i64.mlir | ||
test-print-int.mlir | ||
test-reductions-f32-reassoc.mlir | ||
test-reductions-f32.mlir | ||
test-reductions-f64-reassoc.mlir | ||
test-reductions-f64.mlir | ||
test-reductions-i4.mlir | ||
test-reductions-i32.mlir | ||
test-reductions-i64.mlir | ||
test-reductions-si4.mlir | ||
test-reductions-ui4.mlir | ||
test-scatter.mlir | ||
test-shape-cast.mlir | ||
test-shuffle.mlir | ||
test-sparse-dot-matvec.mlir | ||
test-sparse-saxpy-jagged-matvec.mlir | ||
test-transfer-read-2d.mlir | ||
test-transfer-read.mlir | ||
test-transfer-to-loops.mlir | ||
test-transfer-write.mlir | ||
test-transpose.mlir | ||
test-vector-distribute.mlir |