llvm-project/mlir
Mogball 8129b04b8a [mlir][ods] Op::verify should not call OpAdaptor::verify
OpAdaptor::verify performs string lookups on an attribute dictionary. By
calling OpAdaptor::verify, Op::verify is not able to use cached attribute
identifiers for faster lookups.

Reviewed By: jpienaar, rriddle

Differential Revision: https://reviews.llvm.org/D113039
2021-11-04 19:12:55 +00:00
..
cmake/modules
docs
examples
include [mlir][linalg] Add support for transitive fusion. 2021-11-04 16:25:06 +00:00
lib [mlir] Handle StringAttr in SparseElementsAttr::getZeroAttr. 2021-11-04 18:18:20 +00:00
python
test [mlir][ods] Op::verify should not call OpAdaptor::verify 2021-11-04 19:12:55 +00:00
tools [mlir][ods] Op::verify should not call OpAdaptor::verify 2021-11-04 19:12:55 +00:00
unittests [mlir] Handle StringAttr in SparseElementsAttr::getZeroAttr. 2021-11-04 18:18:20 +00:00
utils
.clang-format
.clang-tidy
CMakeLists.txt
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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