[PATCH] D98055: [ExtVectorType] Support conditional select operator for C++.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 8 13:00:38 PST 2021
aaron.ballman accepted this revision.
aaron.ballman added a comment.
LGTM!
================
Comment at: clang/lib/Sema/SemaExprCXX.cpp:6172-6174
+ if (IsVectorConditional) {
+ return CheckVectorConditionalTypes(Cond, LHS, RHS, QuestionLoc);
+ }
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98055/new/
https://reviews.llvm.org/D98055
More information about the cfe-commits
mailing list