[PATCH] D130984: [clang][AArch64][SVE] Add unary +/- operators for SVE types

David Truby via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 2 05:01:15 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 enables the unary promotion and negation operators on
SVE types.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130984

Files:
  clang/lib/Sema/SemaExpr.cpp
  clang/test/CodeGen/aarch64-sve-vector-arith-ops.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130984.449264.patch
Type: text/x-patch
Size: 4144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220802/44250d5a/attachment.bin>


More information about the cfe-commits mailing list