Files
clang-p2996/mlir/lib/Conversion/ArmSMEToSCF
Cullen Rhodes 65a6be5de9 [mlir][ArmSME] Use memref indices for load and store
This patch extends the ArmSME load and store op lowering to use the
memref indices. An integration test that loads two 32-bit element ZA
tiles from memory and stores them back to memory in reverse order to
verify this is added.

Depends on D156467 D156558

Reviewed By: awarzynski, dcaballe

Differential Revision: https://reviews.llvm.org/D156689
2023-08-03 08:50:12 +00:00
..