[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
Wed Nov 11 09:33:47 PST 2020


joechrisellis updated this revision to Diff 304553.
joechrisellis marked 4 inline comments as done.
joechrisellis added a comment.

Address @fpetrogalli's comments.

- Add version of ACLE spec.
- Use ACLE nomenclature.
- Introduce preprocessor macro to reduce code size of aarch64-sve-explicit-casts.cpp.
- Test more values for `-msve-vector-bits` in aarch64-sve-explicit-casts.cpp.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91262/new/

https://reviews.llvm.org/D91262

Files:
  clang/lib/Sema/SemaCast.cpp
  clang/test/Sema/aarch64-sve-explicit-casts-fixed-size.cpp
  clang/test/Sema/aarch64-sve-explicit-casts.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91262.304553.patch
Type: text/x-patch
Size: 5376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201111/133882a6/attachment.bin>


More information about the cfe-commits mailing list