llvm-capstone/mlir
Andrzej Warzynski 75b0c913a5 [mlir][nfc] Update comments
1. Updates and clarifies a few comments related to hooks for
   vector.{insert|extract}_strided_slice.

2. For consistency with vector.insert_strided_slice, removes a TODO from
   vector.extract_strided_slice Op def. It's self-explenatory that
   adding support for non-unit strides is a "TODO".
2024-01-22 14:25:27 +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][docs] Fix broken link 2024-01-19 17:38:27 +01:00
examples [mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260) 2024-01-17 11:08:59 +01:00
include [mlir][nfc] Update comments 2024-01-22 14:25:27 +00:00
lib [mlir][nfc] Update comments 2024-01-22 14:25:27 +00:00
python [mlir][transform] Add transform.get_operand op (#78397) 2024-01-18 09:33:14 -05:00
test [mlir] Add mlir_arm_runner_utils library for use in integration tests (#78583) 2024-01-22 09:28:13 +00:00
tools [MLIR][ODS] Check hasProperties when generating populateDefaultAttrs (#78525) 2024-01-18 21:57:20 -08:00
unittests [MLIR][Presburger] Implement function to evaluate the number of terms in a generating function. (#78078) 2024-01-22 14:22:01 +05:30
utils [emacs] Fix Emacs library formatting (#76110) 2024-01-10 13:14:21 +01:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir] Add config for PDL (#69927) 2024-01-03 20:37:20 -08: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

Multi-Level Intermediate Representation

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