[PATCH] D80574: [ExtVector] Support ExtVectorType conditional operator
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 1 12:59:51 PDT 2020
Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.
LGTM! Thanks! Please address small documentation nitpick before committing...
Btw does your change fix this bug:
https://bugs.llvm.org/show_bug.cgi?id=33103
================
Comment at: clang/docs/LanguageExtensions.rst:496
+ If it's an extension (OpenCL) vector, it's only available in C and OpenCL C.
+ And it selects base on signedness of the condition operands (OpenCL v1.1 s6.3.i).
----------------
s6.3.i -> s6.3.9
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80574/new/
https://reviews.llvm.org/D80574
More information about the cfe-commits
mailing list