Re: [Mesa-dev] [PATCH 2/5] clover: Pass device to llvm::create_compiler_instance

2018-03-01 Thread Jan Vesely
On Thu, 2018-03-01 at 13:39 -0600, Aaron Watry wrote: > We'll be using dev.device_clc_version to select the default language version > soon along with the existing ir_target field. > > Signed-off-by: Aaron Watry > Cc: Pierre Moreau > Cc: Jan Vesely > > v4: Pass the device down instead of devic

[Mesa-dev] [PATCH 2/5] clover: Pass device to llvm::create_compiler_instance

2018-03-01 Thread Aaron Watry
We'll be using dev.device_clc_version to select the default language version soon along with the existing ir_target field. Signed-off-by: Aaron Watry Cc: Pierre Moreau Cc: Jan Vesely v4: Pass the device down instead of device_clc_version as a separate field v3: Revise to acknowledge that we no