llvm-project/mlir
River Riddle 235dfcf70a [mlir][AsmPrinter] Fix crash in windows build after D89354
Switch to an index based loop instead of using enumerate.
2020-10-31 14:21:49 -07:00
..
cmake/modules [MLIR] Add support for defining Types in tblgen 2020-10-14 00:32:18 +00:00
docs [mlir][Inliner] Add a `wouldBeCloned` flag to each of the `isLegalToInline` hooks. 2020-10-28 21:49:28 -07:00
examples [mlir][Inliner] Add a `wouldBeCloned` flag to each of the `isLegalToInline` hooks. 2020-10-28 21:49:28 -07:00
include [mlir] Add BufferResultsToOutParams pass. 2020-10-30 14:06:14 -07:00
integration_test [mlir][vector] Improve vector distribute integration test and fix block distribution 2020-10-29 14:54:53 -07:00
lib [mlir][AsmPrinter] Fix crash in windows build after D89354 2020-10-31 14:21:49 -07:00
test Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
tools [MLIR][SPIRV] Start module combiner. 2020-10-30 16:55:43 -04: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.