Skip to content

Commit

Permalink
Make image builtins r600/llvm-3.9 only
Browse files Browse the repository at this point in the history
The implementation uses r600 sepcific intrinsics
LLVM-4 switched to _ro_t and _rw_t image types
Portions of the code can be moved back as more targets/llvm versions add image support

Reviewer: Aaron Watry
Signed-off-by: Jan Vesely <[email protected]>
llvm-svn: 315341
  • Loading branch information
jvesely committed Oct 10, 2017
1 parent 16b8b47 commit 3d349ea
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 15 deletions.
14 changes: 0 additions & 14 deletions libclc/amdgpu/lib/SOURCES
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
math/nextafter.cl
math/sqrt.cl
image/get_image_width.cl
image/get_image_height.cl
image/get_image_depth.cl
image/get_image_channel_data_type.cl
image/get_image_channel_order.cl
image/get_image_attributes_impl.ll
image/read_imagef.cl
image/read_imagei.cl
image/read_imageui.cl
image/read_image_impl.ll
image/write_imagef.cl
image/write_imagei.cl
image/write_imageui.cl
image/write_image_impl.ll
1 change: 0 additions & 1 deletion libclc/generic/lib/SOURCES
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,3 @@ shared/vload.cl
shared/vstore.cl
workitem/get_global_id.cl
workitem/get_global_size.cl
image/get_image_dim.cl
15 changes: 15 additions & 0 deletions libclc/r600/lib/SOURCES_3.9
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
image/get_image_dim.cl
image/get_image_width.cl
image/get_image_height.cl
image/get_image_depth.cl
image/get_image_channel_data_type.cl
image/get_image_channel_order.cl
image/get_image_attributes_impl.ll
image/read_imagef.cl
image/read_imagei.cl
image/read_imageui.cl
image/read_image_impl.ll
image/write_imagef.cl
image/write_imagei.cl
image/write_imageui.cl
image/write_image_impl.ll
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3d349ea

Please sign in to comment.