diff options
author | Lei Zhang <antiagainst@google.com> | 2022-04-05 14:17:22 -0400 |
---|---|---|
committer | Lei Zhang <antiagainst@google.com> | 2022-04-05 15:00:50 -0400 |
commit | 59d3a9e0877b2b12fc98eea0f9bbbc93f3c7a094 (patch) | |
tree | ca36b4b682194641e2b6c0ea2f9029b550899ea0 /clang/lib/Basic/Module.cpp | |
parent | 93977f37e67eae26d9bc88e5c3970c11d8861dfc (diff) | |
download | llvm-59d3a9e0877b2b12fc98eea0f9bbbc93f3c7a094.zip llvm-59d3a9e0877b2b12fc98eea0f9bbbc93f3c7a094.tar.gz llvm-59d3a9e0877b2b12fc98eea0f9bbbc93f3c7a094.tar.bz2 |
[mlir][vector] Separate high-D insert/extract strided slice rewrite
Right now `populateVectorInsertExtractStridedSliceTransforms` contains
two categories of patterns, one for decomposing high-D insert/extract
strided slices, the other for lowering them to shuffle ops.
They are at different levels---the former is in the middle, while
the latter is a step of final lowering. Split them to give users
more control of which pattern to pick.
This means break down the previous `VectorExtractStridedSliceOpRewritePattern`,
which is doing two things together.
Also renamed those patterns to be clearer.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D123137
Diffstat (limited to 'clang/lib/Basic/Module.cpp')
0 files changed, 0 insertions, 0 deletions