[PATCH] D91262: [AArch64][SVE] Allow C-style casts between fixed-size and scalable vectors
Joe Ellis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 12 05:26:22 PST 2020
joechrisellis updated this revision to Diff 304796.
joechrisellis marked 2 inline comments as done.
joechrisellis added a comment.
Address @c-rhodes's comments.
- Only allow casting between VLATs and VLSTs.
- Add C test.
- Move C++ test to the correct directory.
- Remove superfluous test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91262/new/
https://reviews.llvm.org/D91262
Files:
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaCast.cpp
clang/lib/Sema/SemaExpr.cpp
clang/test/Sema/aarch64-sve-explicit-casts-fixed-size.c
clang/test/SemaCXX/aarch64-sve-explicit-casts-fixed-size.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91262.304796.patch
Type: text/x-patch
Size: 9524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201112/8c149631/attachment-0001.bin>
More information about the cfe-commits
mailing list