llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics
Florian Hahn ba6041bfbd
[Matrix] Handle load/store with different AS in getNonAliasingPointer. (#188721)
If a load and a store have different address spaces, we cannot create a
runtime check. Instead, always copy the data to an alloca matching the
store address space.

Fixes https://github.com/llvm/llvm-project/issues/185236.

PR: https://github.com/llvm/llvm-project/pull/188721
2026-03-28 20:52:54 +00:00
..