[PATCH] D126377: [clang][AArch64][SVE] Improve diagnostics for SVE operators
David Truby via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 26 06:22:24 PDT 2022
DavidTruby added inline comments.
================
Comment at: clang/lib/Sema/SemaExpr.cpp:10614
+ (!RHSType->isVLSTBuiltinType() && !RHSType->isRealType())) {
+ Diag(Loc, diag::err_typecheck_vector_not_convertable_non_scalar)
+ << LHSType << RHSType << LHS.get()->getSourceRange()
----------------
c-rhodes wrote:
> missing a test for this?
I wrote this test but seem to have forgotten to add it... Will do that!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126377/new/
https://reviews.llvm.org/D126377
More information about the cfe-commits
mailing list