[PATCH] D103702: [AArch64][SVE] Wire up vscale_range attribute to SVE min/max vector queries

Paul Walker via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 18 05:35:59 PDT 2021


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


================
Comment at: llvm/lib/Target/AArch64/AArch64Subtarget.cpp:350-352
 unsigned AArch64Subtarget::getMaxSVEVectorSizeInBits() const {
   assert(HasSVE && "Tried to get SVE vector length without SVE support!");
+  return MaxSVEVectorSizeInBits;
----------------
Up to you but now these are simple accessors, is it worth having the implementations inlined into the header?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103702



More information about the cfe-commits mailing list