[PATCH] D120323: [clang][SVE] Add support for arithmetic operators on SVE types
David Truby via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 22 06:44:54 PST 2022
DavidTruby created this revision.
Herald added subscribers: ctetreau, psnobl, tschuett.
Herald added a reviewer: efriedma.
DavidTruby requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch implements support for the +, -, *, / and % operators on sizeless SVE
types. Support for these operators on svbool_t is excluded.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D120323
Files:
clang/include/clang/AST/Type.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/Type.cpp
clang/lib/Sema/SemaExpr.cpp
clang/test/CodeGen/aarch64-sve-vector-ops.c
clang/test/Sema/aarch64-sve-vector-ops.c
clang/test/Sema/sizeless-1.c
clang/test/SemaCXX/sizeless-1.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120323.410523.patch
Type: text/x-patch
Size: 66625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220222/ac70591e/attachment-0001.bin>
More information about the cfe-commits
mailing list