[PATCH] D137093: [AArch64][SVE][NFC] Add streaming mode SVE tests

Hassnaa Hamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 04:50:15 PST 2022


hassnaa-arm added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-addressing-modes.ll:14
+; CHECK-NEXT:    ptrue p0.s, vl2
+; CHECK-NEXT:    ld1b { z0.s }, p0/z, [x1, z0.s, sxtw]
+; CHECK-NEXT:    st1b { z0.s }, p0, [x0]
----------------
david-arm wrote:
> These tests contain gathers and scatters that are illegal in streaming mode, but I imagine that D136858 should fix that?
Sorry, yes D136858 should fix that.
I will move this testing file to D136858 patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137093/new/

https://reviews.llvm.org/D137093



More information about the llvm-commits mailing list