diff options
author | Nicolas Vasilache <nicolas.vasilache@gmail.com> | 2023-04-13 08:27:40 -0700 |
---|---|---|
committer | Nicolas Vasilache <nicolas.vasilache@gmail.com> | 2023-04-13 13:20:29 -0700 |
commit | 8c5ad0a2f6532cec2f6841cc3e9a1ea043409398 (patch) | |
tree | 1550f3081d6518a92a24feb8b2356843c4c0b733 /lldb/source/Plugins/ObjectFile/JSON/ObjectFileJSON.h | |
parent | ea31a17dbec14363d8fe141128067db453befdc2 (diff) | |
download | llvm-8c5ad0a2f6532cec2f6841cc3e9a1ea043409398.zip llvm-8c5ad0a2f6532cec2f6841cc3e9a1ea043409398.tar.gz llvm-8c5ad0a2f6532cec2f6841cc3e9a1ea043409398.tar.bz2 |
[mlir][Vector] Add a masked vectorization of tensor.pad
This revision takes advantage of masking support to introduce a vectorized
version of pad that does not require lowering to lower-level form.
Lowering to lower-level form (if/else + generate + fill + copy + insert_slice)
creates unnecessary complexity that can be completely sidestepped by using
masked vectorization properly.
Differential Revision: https://reviews.llvm.org/D148261
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/JSON/ObjectFileJSON.h')
0 files changed, 0 insertions, 0 deletions