[PATCH] D98055: [ExtVectorType] Support conditional select operator for C++.
Florian Hahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 9 04:53:00 PST 2021
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: clang/lib/Sema/SemaExprCXX.cpp:6172-6174
+ if (IsVectorConditional) {
+ return CheckVectorConditionalTypes(Cond, LHS, RHS, QuestionLoc);
+ }
----------------
aaron.ballman wrote:
>
I'll fix that before committing, thanks!
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