[PATCH] D15721: [Sema] Fix ICE on casting a vector of bools to a vector of T
George Burgess IV via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 25 16:47:39 PST 2016
george.burgess.iv updated this revision to Diff 45930.
george.burgess.iv marked an inline comment as done.
george.burgess.iv added a comment.
- Added diagnostics that prohibit vectors of booleans in OpenCL
- Added tests for extended vectors of bools in C (previously existed only in C++)
- Clarified some comments
http://reviews.llvm.org/D15721
Files:
lib/Sema/SemaExpr.cpp
lib/Sema/SemaType.cpp
test/CodeGen/bool-vector-conversion.c
test/SemaOpenCL/bool-vectors.cl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15721.45930.patch
Type: text/x-patch
Size: 4061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160126/d9dab557/attachment.bin>
More information about the cfe-commits
mailing list