[mlir][ArmSME] Lower loads/stores of (.Q) 128-bit tiles to intrinsics
This follows from D155306. Loads and stores of 128-bit tiles have been confirmed to work in the `load-store-128-bit-tile.mlir` integration test. However, there is currently a bug in QEMU (see: https://gitlab.com/qemu-project/qemu/-/issues/1833) which means this test produces incorrect results (a patch for this issue is available but not yet in any released version of QEMU). Until a fixed version of QEMU is available the integration test is expected to fail. Reviewed By: c-rhodes, awarzynski Differential Revision: https://reviews.llvm.org/D158418
Loading
Please sign in to comment