[all-commits] [llvm/llvm-project] 13a784: [clang][AArch64][SVE] Change SVE_VECTOR_OPERATORS ...
David Truby via All-commits
all-commits at lists.llvm.org
Thu Aug 11 06:36:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13a784f368ef062a7bd652829bcf8bbdd94dc659
https://github.com/llvm/llvm-project/commit/13a784f368ef062a7bd652829bcf8bbdd94dc659
Author: David Truby <david.truby at arm.com>
Date: 2022-08-11 (Thu, 11 Aug 2022)
Changed paths:
M clang/lib/Basic/Targets/AArch64.cpp
M clang/test/Preprocessor/aarch64-target-features.c
Log Message:
-----------
[clang][AArch64][SVE] Change SVE_VECTOR_OPERATORS macro for VLA vectors
The __ARM_FEATURE_SVE_VECTOR_OPERATORS macro should be changed to
indicate that this feature is now supported on VLA vectors as well as
VLS vectors. There is a complementary PR to the ACLE spec here
https://github.com/ARM-software/acle/pull/213
Reviewed By: peterwaller-arm
Differential Revision: https://reviews.llvm.org/D131573
More information about the All-commits
mailing list