[PATCH] D69378: [AArch64][SVE] Implement masked store intrinsics

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 06:34:25 PDT 2019


sdesmalen added a comment.

Thanks for the changes to the tests.



================
Comment at: llvm/test/CodeGen/AArch64/sve-masked-ldst-trunc.ll:9
+; CHECK-LABEL: masked_trunc_store_nxv2i8:
+; CHECK: st1b { [[IN:z[0-9]]].d }, [[PG:p[0-9]]], [x1]
+  %trunc = trunc <vscale x 2 x i64> %val to <vscale x 2 x i8>
----------------
I think it may be worth testing for z1.d explicitly and use CHECK-NEXT to make sure there are no other instructions that could do the truncation.


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

https://reviews.llvm.org/D69378





More information about the llvm-commits mailing list