llvm-capstone/mlir
Adrian Kuegel 2642240de9 [mlir] Add explicit call to flush
ClangTidy performance suggested to use '\n' instead of std::endl, but it
seems the flushing behavior was intended here (tests started failing).
2024-01-08 08:04:13 +00:00
..
benchmark/python [mlir][benchmark] Fix broken benchmark script (#68841) 2023-12-06 12:17:53 +05:30
cmake/modules Revert "[mlir] Consider mlir-linalg-ods-gen as a tablegen tool in build (#75093)" 2024-01-04 02:01:16 +05:00
docs [mlir][gpu] Improve gpu-lower-to-nvvm-pipeline Documentation (#77062) 2024-01-05 12:51:25 +01:00
examples [MLIR][LLVM] Add distinct identifier to DICompileUnit attribute (#77070) 2024-01-08 07:42:33 +01:00
include [mlir] Add explicit call to flush 2024-01-08 08:04:13 +00:00
lib [mlir][llvm] Do not inline variadic functions (#77241) 2024-01-08 08:30:10 +01:00
python [mlir][python] add MemRefTypeAttr attr builder (#76371) 2024-01-06 16:42:14 -06:00
test [mlir][llvm] Do not inline variadic functions (#77241) 2024-01-08 08:30:10 +01:00
tools add prop-dict support for custom directive for mlir-tblgen (#77061) 2024-01-05 12:37:24 +01:00
unittests [MLIR][Presburger] Implement IntegerRelation::mergeAndAlignSymbols (#76736) 2024-01-07 17:06:52 +05:30
utils [mlir][arith] Rename operations: maxfmaximumf, minfminimumf (#65800) 2023-09-11 22:02:19 -07:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy
CMakeLists.txt [mlir] Add config for PDL (#69927) 2024-01-03 20:37:20 -08:00
LICENSE.TXT
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

Multi-Level Intermediate Representation

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