llvm-capstone/mlir
Matthias Springer 98a6edd38f
[mlir][Interfaces] LoopLikeOpInterface: Expose tied loop results (#70535)
Expose loop results, which correspond to the region iter_arg values that
are returned from the loop when there are no more iterations. Exposing
loop results is optional because some loops (e.g., `scf.while`) do not
have a 1-to-1 mapping between region iter_args and op results.

Also add additional helper functions to query tied
results/iter_args/inits.
2023-11-01 08:34:14 +09:00
..
benchmark/python
cmake/modules [MLIR] Add SyclRuntimeWrapper (#69648) 2023-10-26 19:41:09 +02:00
docs [mlir][www] Add missing include for ARM SVE passes 2023-10-26 16:08:31 -07:00
examples Apply clang-tidy fixes for misc-include-cleaner in MLIR examples 2023-10-25 22:27:30 -07:00
include [mlir][Interfaces] LoopLikeOpInterface: Expose tied loop results (#70535) 2023-11-01 08:34:14 +09:00
lib [mlir][Interfaces] LoopLikeOpInterface: Expose tied loop results (#70535) 2023-11-01 08:34:14 +09:00
python [mlir][python] Fix possible use of variable use before set 2023-10-31 10:31:20 -07:00
test [mlir][Interfaces] LoopLikeOpInterface: Expose tied loop results (#70535) 2023-11-01 08:34:14 +09:00
tools [mlir][bytecode] Implements back deployment capability for MLIR dialects (#70724) 2023-10-31 15:41:29 -07:00
unittests [mlir][sparse] cleanup merger test, add header (#70279) 2023-10-26 09:06:57 -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] Add SyclRuntimeWrapper (#69648) 2023-10-26 19:41:09 +02:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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