[PATCH] D121119: [clang][SVE] Add support for bitwise operators on SVE types
David Truby via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 7 07:35:10 PST 2022
DavidTruby created this revision.
Herald added subscribers: ctetreau, psnobl, 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 implements support for the &, |, ^, and ~ operators on sizeless SVE
types.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121119
Files:
clang/include/clang/Sema/Sema.h
clang/lib/AST/Type.cpp
clang/lib/Sema/SemaExpr.cpp
clang/test/CodeGen/aarch64-sve-vector-arith-ops.c
clang/test/CodeGen/aarch64-sve-vector-bitwise-ops.c
clang/test/CodeGen/aarch64-sve-vector-ops.c
clang/test/Sema/aarch64-sve-vector-arith-ops.c
clang/test/Sema/aarch64-sve-vector-bitwise-ops.c
clang/test/Sema/aarch64-sve-vector-ops.c
clang/test/Sema/attr-arm-sve-vector-bits.c
clang/test/Sema/sizeless-1.c
clang/test/SemaCXX/sizeless-1.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121119.413476.patch
Type: text/x-patch
Size: 115819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220307/fa296f5e/attachment-0001.bin>
More information about the cfe-commits
mailing list