[all-commits] [llvm/llvm-project] e592dd: [clang][SVE] Activate macro `__ARM_FEATURE_SVE_VEC...
Francesco Petrogalli via All-commits
all-commits at lists.llvm.org
Wed Nov 25 02:22:57 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: e592dde6889b5119eb2794a30aca57c3760cab67
https://github.com/llvm/llvm-project/commit/e592dde6889b5119eb2794a30aca57c3760cab67
Author: Francesco Petrogalli <francesco.petrogalli at arm.com>
Date: 2020-11-25 (Wed, 25 Nov 2020)
Changed paths:
M clang/lib/Basic/Targets/AArch64.cpp
A clang/test/CodeGen/aarch64-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c
A clang/test/CodeGen/aarch64-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.cpp
M clang/test/Preprocessor/aarch64-target-features.c
Log Message:
-----------
[clang][SVE] Activate macro `__ARM_FEATURE_SVE_VECTOR_OPERATORS`.
The macro is emitted when wargeting SVE code generation with the additional command line option `-msve-vector-bits=<N>`.
The behavior implied by the macro is described in sections "3.7.3.3. Behavior specific to SVE vectors" of the SVE ACLE (Version 00bet6) that can be found at https://developer.arm.com/documentation/100987/latest
Reviewed By: rengolin, rsandifo-arm
Differential Revision: https://reviews.llvm.org/D90956
More information about the All-commits
mailing list