[all-commits] [llvm/llvm-project] 806d79: [mlir][affine] Wrap SimplifyAffineMinMax in a pass

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Thu Jun 26 07:28:55 PDT 2025


  Branch: refs/heads/users/nico/rename
  Home:   https://github.com/llvm/llvm-project
  Commit: 806d79c7892ea9bc0c62e1121e899e7c0c6c8d31
      https://github.com/llvm/llvm-project/commit/806d79c7892ea9bc0c62e1121e899e7c0c6c8d31
  Author: Nicolas Vasilache <nico.vasilache at amd.com>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/Passes.h
    M mlir/include/mlir/Dialect/Affine/Passes.td
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/lib/Dialect/Affine/Transforms/SimplifyAffineMinMax.cpp

  Log Message:
  -----------
  [mlir][affine] Wrap SimplifyAffineMinMax in a pass

This revision adds a pass working on FunctionOpInterface to connect recently introduced AffineMin/Max simplification patterns.


  Commit: 8437e34f022cae9f42ad44730af8770616f2cb30
      https://github.com/llvm/llvm-project/commit/8437e34f022cae9f42ad44730af8770616f2cb30
  Author: Nicolas Vasilache <nico.vasilache at amd.com>
  Date:   2025-06-26 (Thu, 26 Jun 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/Affine/Passes.td
    M mlir/lib/Dialect/Affine/Transforms/SimplifyAffineMinMax.cpp

  Log Message:
  -----------
  [mlir][affine] NFC Rename SimplifyAffineMinMax -> SimplifyAffineMinMaxPass

This is more consistent re. auto-generated names like `createSimplifyAffineMinMaxPass`.


Compare: https://github.com/llvm/llvm-project/compare/806d79c7892e%5E...8437e34f022c

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