llvm-project/mlir
Javier Setoain f39c2a1142 [mlir][llvm] Add vector insert/extract intrinsics
These intrinsics will be needed to convert between fixed-length vectors
and scalable vectors.

This operation will be needed for VLS (vector-length specific)
vectorization, when interfacing with vector functions or intrinsics that
take scalable vectors as operands in a context where the length of our
vectors is known or assumed at compile time, but we still want to
generate scalable vector instructions.

Differential Revision: https://reviews.llvm.org/D127100
2022-06-27 14:12:18 +01:00
..
benchmark/python [mlir] Fix declaration of nano time function in benchmark infra 2022-05-13 13:22:18 +02:00
cmake/modules [mlir][pdll] Add new tablegen helper NFC 2022-06-23 05:31:32 -07:00
docs Rename parallelForEachN to just parallelFor 2022-06-19 17:49:00 -04:00
examples [mlir] move SCF headers to SCF/{IR,Transforms} respectively 2022-06-20 10:18:01 +02:00
include [mlir][llvm] Add vector insert/extract intrinsics 2022-06-27 14:12:18 +01:00
lib [SCF] Add thread_dim_mapping attribute to scf.foreach_thread 2022-06-27 04:58:36 -07:00
python Adding a named op for grouped convolutions 2022-06-23 16:32:22 +00:00
test [mlir][llvm] Add vector insert/extract intrinsics 2022-06-27 14:12:18 +01:00
tools Revert "Don't use Optional::hasValue (NFC)" 2022-06-25 11:56:50 -07:00
unittests Revert "Don't use Optional::hasValue (NFC)" 2022-06-25 11:56:50 -07:00
utils [gdb-scripts] Add to_string methods to printer implementations 2022-06-21 16:09:30 +00:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.