llvm-project/mlir
River Riddle bf0440be91 [mlir] Optimize the parsing of ElementsAttr hex strings
This revision optimizes the parsing of hex strings by using the checked variant of llvm::fromHex, and adding a specialized method to Token for extracting hex strings. This leads a large decrease in compile time when parsing large hex constants (one example: 2.6 seconds -> 370 miliseconds)

Differential Revision: https://reviews.llvm.org/D90266
2020-10-28 16:58:06 -07:00
..
cmake/modules [MLIR] Add support for defining Types in tblgen 2020-10-14 00:32:18 +00:00
docs [mlir] NFC: fix trivial typos 2020-10-29 04:05:22 +09:00
examples [mlir] use OpBuilderDAG instead of OpBuilder 2020-10-27 10:21:49 +01:00
include [mlir] Use OpBuilderDAG for MemRefReinterpretCastOp. 2020-10-28 21:42:14 +01:00
integration_test [mlir] NFC: fix trivial typos 2020-10-29 04:05:22 +09:00
lib [mlir] Optimize the parsing of ElementsAttr hex strings 2020-10-28 16:58:06 -07:00
test [mlir] Optimize the parsing of ElementsAttr hex strings 2020-10-28 16:58:06 -07:00
tools [mlir] Convert memref_reshape to memref_reinterpret_cast. 2020-10-28 21:15:32 +01:00
unittests Remove global dialect registration 2020-10-24 00:35:55 +00:00
utils [mlir] Fix TypeID lookup in GDB pretty printers. 2020-10-27 07:12:32 +01:00
.clang-format
.clang-tidy Fix MLIR clang-tidy: when tweaking it does not inherit from the parent 2020-03-07 17:44:21 +00:00
CMakeLists.txt [MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype 2020-10-26 09:09:29 -04:00
LICENSE.TXT Add the Apache2 with LLVM exceptions license to MLIR 2019-12-24 00:58:06 -08:00
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

README.md

Multi-Level Intermediate Representation

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