llvm-project/mlir/test/Conversion/VectorToLLVM
jacquesguan 01ad70fd1d [mlir][Vector] Fold ShuffleOp if result is identical to one of source vectors.
For example, we could do the following eliminations:
  fold vector.shuffle V1, V2, [0, 1, 2, 3] : <4xi32>, <2xi32> -> V1
  fold vector.shuffle V1, V2, [4, 5] : <4xi32>, <2xi32> -> V2

Differential Revision: https://reviews.llvm.org/D122706
2022-03-31 10:46:13 +08:00
..
vector-mask-to-llvm.mlir [mlir][vector][nfc] Rename index optimizations option 2022-03-29 11:33:22 +01:00
vector-reduction-to-llvm.mlir [mlir][vector][NFC] Use CombiningKindAttr instead of StringAttr 2022-02-10 19:13:29 +09:00
vector-to-llvm.mlir [mlir][Vector] Fold ShuffleOp if result is identical to one of source vectors. 2022-03-31 10:46:13 +08:00