Files
clang-p2996/mlir/lib/Dialect/Affine/Transforms
Uday Bondhugula 132de3a71f [MLIR] Fix arbitrary checks in affine LICM (#116469)
Fix arbitrary checks and hardcoding/specialcasing  in affine LICM. Drop
unnecessary (too much) debug logging.

This pass is still unsound due to not handling aliases. This will have
to be handled later.
2024-11-23 07:07:56 +05:30
..