Files
clang-p2996/mlir/lib/Dialect/Affine/Utils
Uday Bondhugula be750200ec [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
2024-11-23 07:06:06 +05:30
..