diff options
author | Andrzej Warzynski <andrzej.warzynski@arm.com> | 2023-07-24 14:34:34 +0200 |
---|---|---|
committer | Andrzej Warzynski <andrzej.warzynski@arm.com> | 2023-09-01 16:19:55 +0100 |
commit | 46ea07bb140ee93f68f10b83b0b6f04aa2908129 (patch) | |
tree | 02a4801761933a859dc2eb03794f426074e06d52 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 77d1032516e7057f185c5137071e4a97c3f3eb30 (diff) | |
download | llvm-46ea07bb140ee93f68f10b83b0b6f04aa2908129.zip llvm-46ea07bb140ee93f68f10b83b0b6f04aa2908129.tar.gz llvm-46ea07bb140ee93f68f10b83b0b6f04aa2908129.tar.bz2 |
[mlir][transform] Extend `MaskedVectorizeOp` to work for regular vectorization too
This patch extends MaskedVectorizeOp so that it can be used for
"regular" (as opposed to "masked") vectorization as well. While we can
already use VectorizeOp for "regular" vectorization, that Op will also
apply various patterns on top of vectorization. That means that at the
moment, when testing the vectorizer with VectorizeOp, we are effectively
testing "vectorization + patterns", i.e. 2 things at a time.
With these updates, you can trigger "regular" vectorization with
MaskedVectorizeOp by simply skipping the vector sizes:
transform.structured.masked_vectorize %target : !transform.any_op
Following this change we should probably also rename this Op.
Differential Revision: https://reviews.llvm.org/D157774
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions