[PATCH] D137093: [AArch64-SVE]: Force generating code compatible to streaming mode

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 11:02:04 PDT 2022


sdesmalen added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc.ll:611
+; CHECK-NEXT:    ldp q2, q3, [x0]
+; CHECK-NEXT:    xtn v1.2s, v1.2d
+; CHECK-NEXT:    splice z0.s, p0, z0.s, z1.s
----------------
Not sure if this has been addressed in one of your other patches, but this instruction doesn't look streaming compatible?


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