llvm-project/mlir
Benjamin Kramer d3b1796842 [mlir] Try to work around ambiguity in older clang versions
mlir/lib/Dialect/Arithmetic/IR/InferIntRangeInterfaceImpls.cpp:366:10: error: chosen constructor is explicit in copy-initialization
  return {leftVal, rightVal};
         ^~~~~~~~~~~~~~~~~~~
2022-06-14 23:57:57 +02:00
..
benchmark/python [mlir] Fix declaration of nano time function in benchmark infra 2022-05-13 13:22:18 +02:00
cmake/modules Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
docs [mlir][doc] Move pass to passes list and remove redundant doc 2022-06-13 21:01:31 -07:00
examples [mlir] (NFC) Clean up bazel and CMake target names 2022-06-13 16:24:15 +00:00
include (Reland)[mlir] Add a generic data-flow analysis framework 2022-06-14 21:33:05 +00:00
lib [mlir] Try to work around ambiguity in older clang versions 2022-06-14 23:57:57 +02:00
python [mlir][linalg] Add named ops for depthwise 3d convolution 2022-06-14 18:22:47 +02:00
test (Reland)[mlir] Add a generic data-flow analysis framework 2022-06-14 21:33:05 +00:00
tools (Reland)[mlir] Add a generic data-flow analysis framework 2022-06-14 21:33:05 +00:00
unittests [MLIR][Presburger] Fix spellings of attachment 2022-06-15 00:10:54 +05:30
utils [vscode-mlir] Bump to version 0.9 2022-06-06 20:20:19 -07:00
.clang-format
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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