[all-commits] [llvm/llvm-project] d4d4fc: [MLIR][Affine] Fix scalrep and underlying analysis...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Sat Mar 8 00:06:49 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4d4fc3df1e72b5a451a65af33eb3cd231aeb224
https://github.com/llvm/llvm-project/commit/d4d4fc3df1e72b5a451a65af33eb3cd231aeb224
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
M mlir/lib/Dialect/Affine/Analysis/AffineAnalysis.cpp
M mlir/lib/Dialect/Affine/Analysis/Utils.cpp
M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
M mlir/lib/Dialect/Affine/Utils/Utils.cpp
M mlir/test/Dialect/Affine/scalrep.mlir
Log Message:
-----------
[MLIR][Affine] Fix scalrep and underlying analysis utility (#130251)
Fixes: https://github.com/llvm/llvm-project/issues/53034
Properly check the scopes of affine operations across which we are
performing affine analysis. Fixes transforms and analyses in the
presence of non-affine regions.
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