[PATCH] D106860: [clang][AArch64][SVE] Avoid going through memory for fixed/scalable predicate casts

Cullen Rhodes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 2 06:29:54 PDT 2021


c-rhodes accepted this revision.
c-rhodes added a comment.
This revision is now accepted and ready to land.

thanks @bsmith, just left one minor nit but otherwise LGTM



================
Comment at: clang/test/CodeGen/attr-arm-sve-vector-bits-cast.c:10
 typedef svint32_t fixed_int32_t __attribute__((arm_sve_vector_bits(N)));
+typedef svint64_t fixed_int64_t __attribute__((arm_sve_vector_bits(N)));
 typedef svfloat64_t fixed_float64_t __attribute__((arm_sve_vector_bits(N)));
----------------
nit: unused?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106860



More information about the cfe-commits mailing list