r600: Add datalayout to image builtin implementationSigned-off-by: Jan Vesely <[email protected]>Reviewer: Aaron Watryllvm-svn: 346597
Make image builtins r600/llvm-3.9 onlyThe implementation uses r600 sepcific intrinsicsLLVM-4 switched to _ro_t and _rw_t image typesPortions of the code can be moved back as more targets/llvm ver
Make image builtins r600/llvm-3.9 onlyThe implementation uses r600 sepcific intrinsicsLLVM-4 switched to _ro_t and _rw_t image typesPortions of the code can be moved back as more targets/llvm versions add image supportReviewer: Aaron WatrySigned-off-by: Jan Vesely <[email protected]>llvm-svn: 315341
show more ...
Split sources for amdgcn and r600Most files remain in a common amdgpu directory.Also switches barriers to to use convergent,and use llvm.amdgcn.s.barrier.This now requires 3.9/trunk to build a
Split sources for amdgcn and r600Most files remain in a common amdgpu directory.Also switches barriers to to use convergent,and use llvm.amdgcn.s.barrier.This now requires 3.9/trunk to build amdgcn.llvm-svn: 260777
r600: Add image writing builtins.Patch by: Zoltan Gilianllvm-svn: 248161
r600: Add image reading builtins.Patch by: Zoltan Gilianllvm-svn: 248160
Add image attribute getter builtinsAdded get_image_* OpenCL builtins to the headers.Added implementation to the r600 target.Patch by: Zoltan Gilianllvm-svn: 248159