[PATCH] D91067: [AArch64][SVE] Support implicit lax vector conversions for SVE types

Joe Ellis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 9 05:25:51 PST 2020


joechrisellis added inline comments.


================
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;
+
----------------
peterwaller-arm wrote:
> I can't see any uses of fixed_float64_t and fixed_int64_t?
Good spot! Removed.


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