[all-commits] [llvm/llvm-project] 1fd280: [MLIR][Affine] Add missing check in affine data co...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Wed Feb 19 19:56:33 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fd280d0f2a31a41e74374c7757a8a4d01e116b5
https://github.com/llvm/llvm-project/commit/1fd280d0f2a31a41e74374c7757a8a4d01e116b5
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2025-02-20 (Thu, 20 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] Add missing check in affine data copy nest generation (#127809)
Handle case where no lower or upper bound could be found for a
dimension. Invalid IR was being generated silently for a test case.
Fixes: https://github.com/llvm/llvm-project/issues/127808
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