[PATCH] D115670: Correct behavior of Vector boolean-operations, implement vector operator-
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 14 06:24:05 PST 2021
erichkeane updated this revision to Diff 394230.
erichkeane added a comment.
Enable __int128 vectors, and fix the issue of the >64 bit vectors for negation. Also add a test for these.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115670/new/
https://reviews.llvm.org/D115670
Files:
clang/lib/AST/ExprConstant.cpp
clang/lib/Sema/SemaExpr.cpp
clang/test/SemaCXX/constexpr-vectors.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115670.394230.patch
Type: text/x-patch
Size: 16785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211214/d109a7d0/attachment-0001.bin>
More information about the cfe-commits
mailing list