Extend unroll to support all element-wise ops and allow unrolling for ops with vector operands of with the same shape as the destination but different element type (like Cmp or Select)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Dialect/Vector/vector-transforms.mlir | ||
---|---|---|
2 | why is this removed? |
Comment Actions
Thanks, Aart.
mlir/test/Dialect/Vector/vector-transforms.mlir | ||
---|---|---|
2 | This is applying the same transformations as test-vector-to-vector-conversion so this is to avoid having to maintain both test passes. test-vector-to-vector-conversion has extra options that are used in vector-unroll-options.mlir. |
why is this removed?