llvm-capstone/mlir
Matthias Springer 5958043e2d
[mlir][bufferization] Add dump_alias_sets option to transform op (#68289)
Add `dump_alias_sets` to `transform.bufferization.one_shot_bufferize`.
This option is useful for debugging. Also improve the verifier to ensure
that `test_analysis_only` is set when other debugging flags are enabled.
2023-10-05 14:05:45 +02:00
..
benchmark/python [NFC][Py Reformat] Reformat python files in mlir subdir 2023-05-26 08:05:40 +02:00
cmake/modules Don't use LLVM_TABLEGEN_FLAGS with mlir-pdll: it's not a TableGen tool (#67486) 2023-09-26 14:38:44 -07:00
docs [mlir][docs] Cleanup documentations [NFC] (#67945) 2023-10-05 13:33:41 +02:00
examples [MLIR][LLVM] Add vararg support in LLVM::CallOp and InvokeOp (#67274) 2023-09-28 08:26:45 +02:00
include [mlir][bufferization] Add dump_alias_sets option to transform op (#68289) 2023-10-05 14:05:45 +02:00
lib [mlir][bufferization] Add dump_alias_sets option to transform op (#68289) 2023-10-05 14:05:45 +02:00
python [mlir][python] Enable py312. (#68009) 2023-10-04 20:35:24 -05:00
test [mlir] Fix empty-tensor-elimination around self-copies (#68129) 2023-10-05 12:04:20 +02:00
tools [mlir] Fix empty-tensor-elimination around self-copies (#68129) 2023-10-05 12:04:20 +02:00
unittests [llvm] Remove unused using decls (NFC) 2023-10-03 23:21:50 -07:00
utils [mlir][arith] Rename operations: maxfmaximumf, minfminimumf (#65800) 2023-09-11 22:02:19 -07:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir][gpu] Deprecate gpu::Serialization* passes. (#65857) 2023-09-11 16:32:15 -04:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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