Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OpenCL] Fix vector literal test broken in rL367675. | Anastasia Stulova | 2019-08-05 | 1 | -2/+2 |
| | | | | | | | Avoid checking alignment unnecessary that is not portable among targets. llvm-svn: 367823 | ||||
* | [OpenCL] Allow OpenCL C style vector initialization in C++ | Anastasia Stulova | 2019-08-02 | 1 | -16/+59 |
| | | | | | | | | | | | Allow creating vector literals from other vectors. float4 a = (float4)(1.0f, 2.0f, 3.0f, 4.0f); float4 v = (float4)(a.s23, a.s01); Differential revision: https://reviews.llvm.org/D65286 llvm-svn: 367675 | ||||
* | This handles the missing cases of opencl vector literals. | Tanya Lattner | 2011-07-15 | 1 | -0/+22 |
Test cases provided by Anton Lokhmot. llvm-svn: 135322 |