[PATCH] D115670: Correct behavior of Vector boolean-operations, implement vector operator-
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 13 13:23:02 PST 2021
erichkeane added a comment.
Note I am adding the folks who were added as reviewers the last time I did vector constexpr work: https://reviews.llvm.org/D79755
I again looked into operator[] to simplify things, but the 'LValueBase' stuff (seemingly required to do something like: VecTy[3] = 1;) is a little convoluted/tough to figure out and might be a fairly sizable 'touch'.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115670/new/
https://reviews.llvm.org/D115670
More information about the cfe-commits
mailing list