llvm-capstone/mlir
Oleksandr "Alex" Zinenko f90b609004
[mlir] introduce transform.num_associations (#76723)
Add a new transform operation that creates a new parameter containing the number of payload objects (operations, values or attributes) associated with the argument. This is useful in matching and for debugging purposes. This replaces three ad-hoc operations previously provided by the test extension.
2024-01-03 13:33:18 +01:00
..
benchmark/python [mlir][benchmark] Fix broken benchmark script (#68841) 2023-12-06 12:17:53 +05:30
cmake/modules [mlir] Consider mlir-linalg-ods-gen as a tablegen tool in build (#75093) 2024-01-02 12:18:21 -08:00
docs [mlir][ArmSME] Update docs (#74527) 2023-12-06 21:35:23 +00:00
examples Use StringRef::{starts,ends}_with (NFC) 2023-12-16 15:02:17 -08:00
include [mlir] introduce transform.num_associations (#76723) 2024-01-03 13:33:18 +01:00
lib [mlir] introduce transform.num_associations (#76723) 2024-01-03 13:33:18 +01:00
python [mlir][spirv] Add support for C-API/python binding to SPIR-V dialect (#76055) 2024-01-02 08:11:44 -08:00
test [mlir] introduce transform.num_associations (#76723) 2024-01-03 13:33:18 +01:00
tools [mlir][mesh] Add resharding spmdization on a 1D device mesh (#76179) 2024-01-02 15:50:07 -08:00
unittests [MLIR][Presburger] Implement PresburgerSpace::mergeAndAlignSymbols (#76397) 2024-01-01 23:40:57 +05:30
utils [mlir][arith] Rename operations: maxfmaximumf, minfminimumf (#65800) 2023-09-11 22:02:19 -07:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir] Consider mlir-linalg-ods-gen as a tablegen tool in build (#75093) 2024-01-02 12:18:21 -08:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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