[PATCH] D111221: [AArch64][SVE] Improve code generation for VLS i1 masks

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 17 08:15:31 PST 2021


paulwalker-arm accepted this revision.
paulwalker-arm added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-punpklo-combine.ll:246-251
+declare <vscale x 8 x i16> @llvm.aarch64.sve.ld1.nxv8i16(<vscale x 8 x i1>, i16*)
+declare <vscale x 16 x i8> @llvm.aarch64.sve.ld1.nxv16i8(<vscale x 16 x i1>, i8*)
+declare <vscale x 8 x i8> @llvm.aarch64.sve.ld1.nxv8i8(<vscale x 8 x i1>, i8*)
+declare <vscale x 4 x i8> @llvm.aarch64.sve.ld1.nxv4i8(<vscale x 4 x i1>, i8*)
+declare <vscale x 2 x i8> @llvm.aarch64.sve.ld1.nxv2i8(<vscale x 2 x i1>, i8*)
+
----------------
These can be removed also?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111221



More information about the llvm-commits mailing list