[PATCH] D106277: [SVE] Remove the interface for getMaxVScale in favour of the IR attributes
Fraser Cormack via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 2 09:10:18 PDT 2021
frasercrmck added inline comments.
================
Comment at: clang/lib/Basic/Targets/AArch64.h:100
+ Optional<std::pair<unsigned, unsigned>>
+ getVScaleRange(const LangOptions &LangOpts) const;
+
----------------
This clang-tidy warning needs satisfied.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106277/new/
https://reviews.llvm.org/D106277
More information about the cfe-commits
mailing list