[all-commits] [llvm/llvm-project] a1d5b9: [mlir][affine] Wrap SimplifyAffineMinMax in a pass...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Jun 26 06:33:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1d5b9d1cda410ea3d37c66037b1229772d55c1d
https://github.com/llvm/llvm-project/commit/a1d5b9d1cda410ea3d37c66037b1229772d55c1d
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/IR/AffineOps.cpp
M mlir/lib/Dialect/Affine/Transforms/SimplifyAffineMinMax.cpp
A mlir/test/Dialect/Affine/simplify-min-max-ops.mlir
M mlir/test/Dialect/Affine/transform-op-simplify-min-max-ops.mlir
Log Message:
-----------
[mlir][affine] Wrap SimplifyAffineMinMax in a pass (#145741)
This revision adds a pass working on FunctionOpInterface to connect recently introduced AffineMin/Max simplification patterns.
Additionally fixes some minor issues that have surfaced upon larger scale testing.
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