Skip to content

Commit

Permalink
update clspv
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr committed Sep 12, 2023
1 parent e368071 commit 72bf193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/clspv
Submodule clspv updated 74 files
+ cmake/clspv--.bc
+ cmake/clspv64--.bc
+7 −0 docs/OpenCLCOnVulkan.md
+2 −0 include/clspv/ArgKind.h
+7 −2 lib/AllocateDescriptorsPass.cpp
+14 −2 lib/ArgKind.cpp
+98 −41 lib/BitcastUtils.cpp
+6 −1 lib/BitcastUtils.h
+1 −0 lib/BuiltinsEnum.h
+1 −0 lib/BuiltinsMap.inc
+1 −0 lib/CMakeLists.txt
+43 −20 lib/ClusterConstants.cpp
+0 −0 lib/Compiler.cpp
+16 −4 lib/LowerPrivatePointerPHIPass.cpp
+8 −1 lib/PushConstant.cpp
+104 −3 lib/ReplaceLLVMIntrinsicsPass.cpp
+2 −0 lib/ReplaceLLVMIntrinsicsPass.h
+90 −29 lib/ReplaceOpenCLBuiltinPass.cpp
+2 −1 lib/ReplaceOpenCLBuiltinPass.h
+82 −22 lib/ReplacePointerBitcastPass.cpp
+48 −0 lib/SPIRVProducerPass.cpp
+31 −0 lib/SamplerUtils.cpp
+29 −0 lib/SamplerUtils.h
+155 −19 lib/SimplifyPointerBitcastPass.cpp
+1 −0 lib/SimplifyPointerBitcastPass.h
+1 −1 test/AllocateDescriptors/images.ll
+30 −0 test/ImageBuiltins/read_image3d_with_literal_unorm_sampler.cl
+63 −0 test/ImageBuiltins/read_image3d_with_literal_unorm_sampler.ll
+14 −0 test/LLVMIntrinsics/bswap/bswap_i16.ll
+20 −0 test/LLVMIntrinsics/bswap/bswap_i32.ll
+32 −0 test/LLVMIntrinsics/bswap/bswap_i64.ll
+14 −0 test/LLVMIntrinsics/bswap/bswap_v2i16.ll
+20 −0 test/LLVMIntrinsics/bswap/bswap_v2i32.ll
+32 −0 test/LLVMIntrinsics/bswap/bswap_v2i64.ll
+83 −0 test/LLVMIntrinsics/fshr.ll
+14 −0 test/LLVMIntrinsics/issue-1173.cl
+48 −0 test/LLVMIntrinsics/issue-1173.ll
+20 −1 test/LLVMIntrinsics/memset_opaque.ll
+10 −0 test/MathBuiltins/erf/erf_float.cl
+10 −0 test/MathBuiltins/erf/erf_half.cl
+10 −0 test/MathBuiltins/erfc/erfc_float.cl
+10 −0 test/MathBuiltins/erfc/erfc_half.cl
+30 −0 test/NormalizeGlobalVariables/cluster_constants_phi.ll
+38 −0 test/NormalizeGlobalVariables/cluster_constants_phi_physical_storage_buffers.ll
+1 −1 test/PointerCasts/issue-1032.cl
+37 −0 test/PointerCasts/issue-1171.cl
+25 −0 test/PointerCasts/issue-1174.cl
+16 −0 test/PointerCasts/issue-1176.cl
+14 −0 test/PointerCasts/issue-1177.cl
+26 −0 test/PointerCasts/issue-1178.cl
+25 −0 test/PointerCasts/issue-1179.cl
+12 −0 test/PointerCasts/issue-1180.ll
+19 −0 test/PointerCasts/issue-1184.cl
+48 −0 test/PointerCasts/issue-1185.cl
+93 −0 test/PointerCasts/issue-1187.ll
+24 −0 test/PointerCasts/issue-1192.ll
+14 −0 test/PointerCasts/issue-1196.ll
+13 −0 test/PointerCasts/issue-1197-2.ll
+19 −0 test/PointerCasts/issue-1197.ll
+11 −0 test/PointerCasts/issue-1204.ll
+14 −0 test/PointerCasts/multiple_implcit_casts.ll
+8 −8 test/PointerCasts/opaque_load_store_struct_i64_4.ll
+1 −1 test/PointerCasts/opaque_trivial_casts.ll
+7 −5 test/PointerCasts/srcLTdst/srcelemLTdstelem/store_cast_char_to_float.ll
+3 −3 test/PointerCasts/srcLTdst/srcelemLTdstelem/store_cast_short_to_float.ll
+14 −0 test/PointerCasts/store-zeroinitializer.ll
+29 −0 test/PrivatePointerPHI/loop64.ll
+32 −0 test/PrivatePointerPHI/ptrtoint.ll
+16 −0 test/Reflection/readwrite_texel_buffer_argument.cl
+17 −0 test/Reflection/storage_texel_buffer_argument.cl
+18 −0 test/Reflection/uniform_texel_buffer_argument.cl
+4 −6 test/UBO/copy_nested.cl
+25 −0 test/cluster_pod_args_spir64_cst_expr_gep.ll
+35 −0 test/issue-1204.ll

0 comments on commit 72bf193

Please sign in to comment.