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