[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
Tue Dec 6 03:21:53 PST 2022


dmgreen updated this revision to Diff 480417.
dmgreen added a comment.

Rebase. This requires some dependencies between target features, which is being added in D127812 <https://reviews.llvm.org/D127812>. I would like to get this in sooner rather than later though, to not get too close to a release. There is a simple versions for sve features in this patch. @ilinpv @sdesmalen what do you think?


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/CodeGen/aarch64-targetattr.c
  clang/test/Sema/arm-sve-target.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131058.480417.patch
Type: text/x-patch
Size: 14384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221206/eefd201b/attachment.bin>


More information about the llvm-commits mailing list