[PATCH] D91067: [AArch64][SVE] Support implicit lax vector conversions for SVE types
Peter Waller via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 9 04:17:49 PST 2020
peterwaller-arm added a comment.
fixed_float64_t appears in the commit message but also is unused.
================
Comment at: clang/test/Sema/aarch64-sve-lax-vector-conversions.cpp:15
+typedef svint32_t fixed_int32_t FIXED_ATTR;
+typedef svint64_t fixed_int64_t FIXED_ATTR;
+
----------------
I can't see any uses of fixed_float64_t and fixed_int64_t?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91067/new/
https://reviews.llvm.org/D91067
More information about the cfe-commits
mailing list