> From: Yvan Roux
> Sent: 02 August 2019 14:09
> To: Anastasia Stulova
> Cc: cfe-commits
> Subject: Re: r367675 - [OpenCL] Allow OpenCL C style vector initialization in
> C++
>
> Hi Anastasia,
>
> This commit broke ARMv8 bots, logs are avail
02 August 2019 14:09
> To: Anastasia Stulova
> Cc: cfe-commits
> Subject: Re: r367675 - [OpenCL] Allow OpenCL C style vector initialization in
> C++
>
> Hi Anastasia,
>
> This commit broke ARMv8 bots, logs are available here:
>
> http://lab.llvm.org:8011/builder
Hi Yvan,
Sorry for this, it should now be fixed in r367823.
Thanks,
Anastasia
From: Yvan Roux
Sent: 02 August 2019 14:09
To: Anastasia Stulova
Cc: cfe-commits
Subject: Re: r367675 - [OpenCL] Allow OpenCL C style vector initialization in
C++
Hi
Hi Anastasia,
This commit broke ARMv8 bots, logs are available here:
http://lab.llvm.org:8011/builders/clang-cmake-armv8-quick/builds/14655/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Avector_literals_valid.cl
Thanks,
Yvan
On Fri, 2 Aug 2019 at 13:18, Anastasia Stulova via cfe-commits
wro
Author: stulova
Date: Fri Aug 2 04:19:35 2019
New Revision: 367675
URL: http://llvm.org/viewvc/llvm-project?rev=367675&view=rev
Log:
[OpenCL] Allow OpenCL C style vector initialization in C++
Allow creating vector literals from other vectors.
float4 a = (float4)(1.0f, 2.0f, 3.0f, 4.0f);
float