llvm-project/mlir/test/lib
Kai Sasaki 1d541bd920 [mlir][affine] Support affine.parallel in the index set analysis
Support affine.parallel in the index set analysis. It allows us to do dependence analysis containing affine.parallel in addition to affine.for and affine.if. This change only supports the constant lower/upper bound in affine.parallel. Other complicated affine map bounds will be supported in further commits.

See https://github.com/llvm/llvm-project/issues/57327

Reviewed By: bondhugula

Differential Revision: https://reviews.llvm.org/D136056
2022-12-04 20:36:48 +09:00
..
Analysis [mlir][affine] Support affine.parallel in the index set analysis 2022-12-04 20:36:48 +09:00
Conversion [mlir] (NFC) Clean up bazel and CMake target names 2022-06-13 16:24:15 +00:00
Dialect [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
IR [mlir] Rename FunctionOpInterface::getBody to getFunctionBody 2022-10-03 11:53:57 -07:00
Interfaces [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
Pass [mlir-opt] Add a '-dump-pass-pipeline' option 2022-10-20 19:20:24 -04:00
Reducer [mlir] Rework the implementation of TypeID 2022-04-04 13:52:26 -07:00
Rewrite [mlir:PDL] Expand how native constraint/rewrite functions can be defined 2022-04-06 17:41:59 -07:00
Tools [mlir] Use context provided rather than getContext 2022-06-04 12:18:51 -07:00
Transforms [mlir:PDLL] Don't require users to provide operands/results when all are variadic 2022-11-08 01:57:58 -08:00
CMakeLists.txt [mlir][TilingInterface] Add pattern to tile using TilingInterface and implement TilingInterface for Linalg ops. 2022-06-13 20:37:44 +00:00