[all-commits] [llvm/llvm-project] f18509: [mlir][affine] Wrap SimplifyAffineMinMax in a pass
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Jun 26 05:08:12 PDT 2025
Branch: refs/heads/users/nico/simplify-affine-min-max
Home: https://github.com/llvm/llvm-project
Commit: f185094bcfba600ca4789b8cd4e6653e45b69436
https://github.com/llvm/llvm-project/commit/f185094bcfba600ca4789b8cd4e6653e45b69436
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
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