[PATCH] D103702: [AArch64][SVE] Wire up vscale_range attribute to SVE min/max vector queries
Matt D. via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 9 17:27:39 PDT 2021
Matt added inline comments.
================
Comment at: llvm/unittests/Target/AArch64/InstSizes.cpp:33
std::string(TM->getTargetFeatureString()), *TM,
- /* isLittle */ false);
+ /* isLittle */ false, 0, 0);
return std::make_unique<AArch64InstrInfo>(ST);
----------------
Nit: Adding parameter comments similar to the existing `/* isLittle */ false` may be a bit clearer than `0, 0`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103702/new/
https://reviews.llvm.org/D103702
More information about the llvm-commits
mailing list