[PATCH] D131573: [clang][AArch64][SVE] Change SVE_VECTOR_OPERATORS macro for VLA vectors
Peter Waller via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 10 08:16:50 PDT 2022
peterwaller-arm accepted this revision.
peterwaller-arm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/Basic/Targets/AArch64.cpp:493
+ // C/C++ operators work on both VLS and VLA SVE types
+ if (FPU & SveMode)
+ Builder.defineMacro("__ARM_FEATURE_SVE_VECTOR_OPERATORS", "2");
----------------
peterwaller-arm wrote:
> Wrong operator?
Sorry, I see I misinterpreted this, it's a bitmask check.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131573/new/
https://reviews.llvm.org/D131573
More information about the cfe-commits
mailing list