llvm-project/mlir/lib/Transforms/Utils
Uday Bondhugula 9cf9ed94ed Multiple fixes to affine loop tiling return status and checks
Fix crash in the presence of yield values. Multiple fixes to affine loop
tiling pre-condition checks and return status. Do not signal pass
failure on a failure to tile since the IR is still valid. Detect index
set computation failure in checkIfHyperrectangular and return failure.
Replace assertions with proper status return. Move checks to an
appropriate place earlier in the utility before mutation happens.

Differential Revision: https://reviews.llvm.org/D116738
2022-01-08 16:50:44 +05:30
..
CMakeLists.txt [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
DialectConversion.cpp [MLIR] Fix confusing diagnostic during dialect conversion 2022-01-03 20:13:23 +05:30
FoldUtils.cpp Fix clang-tidy issues in mlir/ (NFC) 2021-12-20 20:25:01 +00:00
GreedyPatternRewriteDriver.cpp [mlir] Remove spurious debug guard 2021-12-23 11:55:37 -08:00
InliningUtils.cpp Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC) 2022-01-02 22:19:56 +00:00
LoopFusionUtils.cpp Apply clang-tidy fixes for readability-simplify-boolean-expr to MLIR (NFC) 2022-01-02 01:59:31 +00:00
LoopUtils.cpp Multiple fixes to affine loop tiling return status and checks 2022-01-08 16:50:44 +05:30
RegionUtils.cpp Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC) 2022-01-02 22:19:56 +00:00
Utils.cpp [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00