[PATCH] D115670: Implement some constexpr vector unary operators, fix boolean-ops

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 15 10:08:33 PST 2021


erichkeane updated this revision to Diff 394599.
erichkeane retitled this revision from "Correct behavior of Vector boolean-operations, implement vector operator-" to "Implement some constexpr vector unary operators, fix boolean-ops".
erichkeane edited the summary of this revision.
erichkeane added a comment.

Implement the other two easily doable operators, do Craigs suggestions.


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.394599.patch
Type: text/x-patch
Size: 21290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211215/07baf559/attachment-0001.bin>


More information about the cfe-commits mailing list