[all-commits] [llvm/llvm-project] be7502: [MLIR] Fix unchecked use of memref memory space at...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Fri Nov 22 17:36:28 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be750200ec03a195f29b53b099bcf075a5289708
https://github.com/llvm/llvm-project/commit/be750200ec03a195f29b53b099bcf075a5289708
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2024-11-23 (Sat, 23 Nov 2024)
Changed paths:
M mlir/lib/Dialect/Affine/Utils/LoopUtils.cpp
M mlir/test/Dialect/Affine/affine-data-copy.mlir
Log Message:
-----------
[MLIR] Fix unchecked use of memref memory space attr in affine data copy generate (#116763)
Fix unchecked use of memref memory space attr in affine data copy
generate. In the case of memory accesses without a memory space
attribute or those other than integer attributes, the pass treats them
as slow memory spaces.
Fixes https://github.com/llvm/llvm-project/issues/116536
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