[PATCH] OpenCL: Emit global variables in the constant addr space as constant globals

Pekka Jääskeläinen pekka.jaaskelainen at tut.fi
Fri Oct 3 12:18:20 PDT 2014


On 10/03/2014 09:44 PM, Tom Stellard wrote:
> -// CHECK: @foo = external global float
> +// CHECK: @foo = external constant float

It would be good to have the explicit address space id checked here
(with fake address space map), but otherwise looks good to me now.

-- 
--Pekka




More information about the cfe-commits mailing list