[PATCH] D97053: [clang][SVE] Don't warn on vector to sizeless builtin implicit conversion

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 19 15:09:36 PST 2021


craig.topper added a comment.

Is this change specific to fixed vectors declared with arm_sve_vector_bits or any of the subclasses of VectorType? If it allows the others, how do we know for sure that there are enough bits in the scalable type for the fixed vector. I ask because RISCV is also using sizeless builtin types for our vectors as of D92715 <https://reviews.llvm.org/D92715>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97053



More information about the cfe-commits mailing list