[PATCH] D106265: [AArch64][SVE] Zero-overhead transfer between Neon and SVE registers

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 20 00:12:39 PDT 2021


david-arm added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.h:647
+      // the full vector granule.
+      return ResVT.getSizeInBits().getKnownMinSize() ==
+             AArch64::SVEBitsPerBlock;
----------------
Can use getVectorMinNumElements here I think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106265



More information about the llvm-commits mailing list