[all-commits] [llvm/llvm-project] f9091e: [clang][aarch64] Drop experimental from __ARM_FEA...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Thu Sep 3 02:40:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f9091e56d34fc1a14fe4640b95a691d9ac7afcc4
https://github.com/llvm/llvm-project/commit/f9091e56d34fc1a14fe4640b95a691d9ac7afcc4
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M clang/include/clang/Basic/AttrDocs.td
M clang/lib/Basic/Targets/AArch64.cpp
M clang/test/CodeGen/attr-arm-sve-vector-bits-bitcast.c
M clang/test/CodeGen/attr-arm-sve-vector-bits-call.c
M clang/test/CodeGen/attr-arm-sve-vector-bits-cast.c
M clang/test/CodeGen/attr-arm-sve-vector-bits-codegen.c
M clang/test/CodeGen/attr-arm-sve-vector-bits-globals.c
M clang/test/CodeGen/attr-arm-sve-vector-bits-types.c
M clang/test/CodeGenCXX/aarch64-mangle-sve-fixed-vectors.cpp
M clang/test/CodeGenCXX/aarch64-sve-fixedtypeinfo.cpp
M clang/test/Preprocessor/aarch64-target-features.c
M clang/test/Sema/attr-arm-sve-vector-bits.c
M clang/test/SemaCXX/attr-arm-sve-vector-bits.cpp
Log Message:
-----------
[clang][aarch64] Drop experimental from __ARM_FEATURE_SVE_BITS macro
The __ARM_FEATURE_SVE_BITS feature macro is specified in the Arm C
Language Extensions (ACLE) for SVE [1] (version 00bet5). From the spec,
where __ARM_FEATURE_SVE_BITS==N:
When N is nonzero, indicates that the implementation is generating
code for an N-bit SVE target and that the arm_sve_vector_bits(N)
attribute is available.
This was defined in D83550 as __ARM_FEATURE_SVE_BITS_EXPERIMENTAL and
enabled under the -msve-vector-bits flag to simplify initial tests.
This patch drops _EXPERIMENTAL now there is support for the feature.
[1] https://developer.arm.com/documentation/100987/latest
Reviewed By: david-arm
Differential Revision: https://reviews.llvm.org/D86720
More information about the All-commits
mailing list