[PATCH] D126377: [clang][AArch64][SVE] Improve diagnostics for SVE operators

David Truby via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 25 06:50:23 PDT 2022


DavidTruby created this revision.
Herald added subscribers: ctetreau, psnobl, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
DavidTruby requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This patch corrects some diagnostics for the SVE sizeless vector
operators, including correctly diagnosing when the vectors are
different sizes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126377

Files:
  clang/lib/Sema/SemaExpr.cpp
  clang/test/Sema/aarch64-sve-vector-arith-ops.c
  clang/test/Sema/aarch64-sve-vector-bitwise-ops.c
  clang/test/Sema/aarch64-sve-vector-compare-ops.c
  clang/test/SemaCXX/aarch64-sve-vector-conditional-op.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126377.431969.patch
Type: text/x-patch
Size: 372068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220525/1dd6c91f/attachment-0001.bin>


More information about the cfe-commits mailing list