llvm/mlir
Aden Grue 941fecc536 Standardize linalg.generic on args_in/args_out instead of inputCount/outputCount
This also fixes the outdated use of `n_views` in the documentation.

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D83795
2020-07-16 03:46:08 +00:00
..
cmake/modules
docs [MLIR] Add RegionKindInterface 2020-07-15 14:27:05 -07:00
examples [MLIR] Add variadic isa<> for Type, Value, and Attribute 2020-06-29 15:04:48 -07:00
include Standardize linalg.generic on args_in/args_out instead of inputCount/outputCount 2020-07-16 03:46:08 +00:00
integration_test [mlir] Add alignment attribute to LLVM memory ops and use in vector.transfer 2020-07-13 17:35:20 -04:00
lib Standardize linalg.generic on args_in/args_out instead of inputCount/outputCount 2020-07-16 03:46:08 +00:00
test [MLIR] Add RegionKindInterface 2020-07-15 14:27:05 -07:00
tools [mlir] Add support for parsing optional Attribute values. 2020-07-14 13:14:59 -07:00
unittests [NFC] Fix comment style in MLIR unittests to conform to LLVM coding standards. 2020-07-12 07:27:02 -07: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.