[all-commits] [llvm/llvm-project] 3b387e: [mlir][NFC] Pre-commit test for linalg hoisting

XiangZhang via All-commits all-commits at lists.llvm.org
Wed Jun 18 20:19:41 PDT 2025


  Branch: refs/heads/users/xiangzhangllvm/mlir-linalg-hoisting-144825
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b387e7baae4a098ee8bd90ecf1797967c2c43bf
      https://github.com/llvm/llvm-project/commit/3b387e7baae4a098ee8bd90ecf1797967c2c43bf
  Author: Zhang Xiang <xiang.zhang at iluvatar.com>
  Date:   2025-06-18 (Wed, 18 Jun 2025)

  Changed paths:
    M mlir/test/Dialect/Linalg/hoisting.mlir

  Log Message:
  -----------
  [mlir][NFC] Pre-commit test for linalg hoisting


  Commit: 706c1daea66acd1b899aac37a6716a1bf9255c3c
      https://github.com/llvm/llvm-project/commit/706c1daea66acd1b899aac37a6716a1bf9255c3c
  Author: Zhang Xiang <xiang.zhang at iluvatar.com>
  Date:   2025-06-18 (Wed, 18 Jun 2025)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Hoisting.cpp
    M mlir/test/Dialect/Linalg/hoisting.mlir

  Log Message:
  -----------
  [mlir][hoisting] Support memref.assume_alignment in linalg hoisting

All ViewLike operations are excluded by hoisting optimization. But
assume_alignment just mark memref's alignment, we should check its
memref instead of itself.


Compare: https://github.com/llvm/llvm-project/compare/3b387e7baae4%5E...706c1daea66a

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