llvm/mlir
Thomas Raoux a1b9fb220f [mlir][linalg] Add vectorization transform for CopyOp
CopyOp get vectorized to vector.transfer_read followed by vector.transfer_write

Differential Revision: https://reviews.llvm.org/D83739
2020-07-22 12:40:42 -07:00
..
cmake/modules Install the MLIRTableGen static library. 2020-06-11 18:23:24 -07:00
docs [mlir][docs] Fix Markdown format in Language Reference 2020-07-21 15:04:28 -07:00
examples [CMake] Bump CMake minimum version to 3.13.4 2020-07-22 14:25:07 -04:00
include [mlir] [VectorOps] Add scatter/gather operations to Vector dialect 2020-07-21 10:57:40 -07:00
integration_test [mlir] [VectorOps] Add scatter/gather operations to Vector dialect 2020-07-21 10:57:40 -07:00
lib [mlir][linalg] Add vectorization transform for CopyOp 2020-07-22 12:40:42 -07:00
test [mlir][linalg] Add vectorization transform for CopyOp 2020-07-22 12:40:42 -07:00
tools [MLIR][TableGen] Add default value for named attributes for 2 more build methods 2020-07-16 09:32:19 -07:00
unittests Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups. 2020-07-22 20:23:58 +02:00
utils [mlir][NFC] Remove usernames and google bug numbers from TODO comments. 2020-07-07 01:40:52 -07:00
.clang-format
.clang-tidy
CMakeLists.txt Initial boiler-plate for python bindings. 2020-07-09 12:03:58 -07:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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