[all-commits] [llvm/llvm-project] 9b514b: [MLIR][Affine] Fix affine data copy generate for z...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Thu Feb 27 22:46:42 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b514bc89310de941939e6889b326da781adea84
https://github.com/llvm/llvm-project/commit/9b514bc89310de941939e6889b326da781adea84
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M mlir/lib/Dialect/Affine/Utils/LoopUtils.cpp
M mlir/test/Dialect/Affine/affine-data-copy.mlir
Log Message:
-----------
[MLIR][Affine] Fix affine data copy generate for zero-ranked memrefs (#129186)
Fix affine data copy generate for zero-ranked memrefs.
Fixes: https://github.com/llvm/llvm-project/issues/122210 and
https://github.com/llvm/llvm-project/issues/61167
Test cases borrowed from https://reviews.llvm.org/D147298, authored by
Lewuathe <Kai Sasaki>.
Co-authored-by: Kai Sasaki <lewuathe at gmail.com>
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