[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:34:59 PST 2020
joechrisellis added inline comments.
================
Comment at: clang/test/Sema/aarch64-sve-explicit-casts-fixed-size.cpp:16
+// Fixed-size SVE types can be cast to scalable SVE types (regardless of lane size).
+// NOTE: the list below is not exhaustive for all SVE types.
+
----------------
fpetrogalli wrote:
> Maybe write a CPP macro to reduce the amount of typing in this test? The functions below they all look the same...
Excellent idea, done!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91262/new/
https://reviews.llvm.org/D91262
More information about the cfe-commits
mailing list