[all-commits] [llvm/llvm-project] 8d7106: [mlir][affine] Wrap SimplifyAffineMinMax in a pass
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Jun 26 06:20:43 PDT 2025
Branch: refs/heads/users/nico/simplify-affine-min-max
Home: https://github.com/llvm/llvm-project
Commit: 8d710669c4809e1b7f71c50a9e1ea9f954f4727b
https://github.com/llvm/llvm-project/commit/8d710669c4809e1b7f71c50a9e1ea9f954f4727b
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
This revision adds a pass working on FunctionOpInterface to connect recently introduced AffineMin/Max simplification patterns.
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