[PATCH] D131058: [AArch64] Add an error if SVE scalable vector types are used in a context without sve
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 28 04:08:46 PDT 2022
dmgreen updated this revision to Diff 463495.
dmgreen added a comment.
Rebase over recent additions. Unfortunately the changes in setFeatureEnabled are required for a number of other patches, as the tests all depend on them. My understanding from speaking to him is that @ilinpv is adding a feature map into the TargetParser, through the Function Multiversioning support in D127812 <https://reviews.llvm.org/D127812>. So the code here is intended to be temporary, but allows some other patches to move ahead.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131058/new/
https://reviews.llvm.org/D131058
Files:
clang/include/clang/AST/Type.h
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/AST/Type.cpp
clang/lib/Basic/Targets/AArch64.cpp
clang/lib/Sema/Sema.cpp
clang/lib/Sema/SemaDecl.cpp
clang/test/Sema/arm-sve-target.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131058.463495.patch
Type: text/x-patch
Size: 6638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220928/8a3da0ec/attachment.bin>
More information about the llvm-commits
mailing list