[all-commits] [llvm/llvm-project] 132de3: [MLIR] Fix arbitrary checks in affine LICM (#116469)

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Fri Nov 22 17:38:17 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 132de3a71f581dcb008a124d52c83ccca8158d98
      https://github.com/llvm/llvm-project/commit/132de3a71f581dcb008a124d52c83ccca8158d98
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2024-11-23 (Sat, 23 Nov 2024)

  Changed paths:
    M mlir/lib/Dialect/Affine/Transforms/AffineLoopInvariantCodeMotion.cpp
    M mlir/test/Dialect/Affine/affine-loop-invariant-code-motion.mlir

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list