[PATCH] D156049: [SPIR-V] Remove -opaque-pointers=0 from LITs, fixes for opaque pointers support

Michal Paszkowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 10:07:11 PDT 2023


mpaszkowski updated this revision to Diff 553178.

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156049/new/

https://reviews.llvm.org/D156049

Files:
  llvm/include/llvm/IR/IntrinsicsSPIRV.td
  llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h
  llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
  llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
  llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
  llvm/lib/Target/SPIRV/SPIRVPreLegalizer.cpp
  llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
  llvm/test/CodeGen/SPIRV/OpenCL/basic/vstore_private.ll
  llvm/test/CodeGen/SPIRV/OpenCL/device_execution/execute_block.ll
  llvm/test/CodeGen/SPIRV/OpenCL/get_global_id.ll
  llvm/test/CodeGen/SPIRV/OpenCL/get_global_offset.ll
  llvm/test/CodeGen/SPIRV/OpenCL/metadata/fp_contractions_metadata.ll
  llvm/test/CodeGen/SPIRV/OpenCL/metadata/kernel_arg_type_function_metadata.ll
  llvm/test/CodeGen/SPIRV/OpenCL/metadata/kernel_arg_type_module_metadata.ll
  llvm/test/CodeGen/SPIRV/OpenCL/metadata/no_fp_contractions_metadata.ll
  llvm/test/CodeGen/SPIRV/OpenCL/metadata/opencl_version_metadata.ll
  llvm/test/CodeGen/SPIRV/OpenCL/progvar_prog_scope_init.ll
  llvm/test/CodeGen/SPIRV/OpenCL/progvar_prog_scope_uninit.ll
  llvm/test/CodeGen/SPIRV/OpenCL/wait_group_events.ll
  llvm/test/CodeGen/SPIRV/SampledImageRetType.ll
  llvm/test/CodeGen/SPIRV/atomicrmw.ll
  llvm/test/CodeGen/SPIRV/capabilities/capability-Float64-ImageBasic.ll
  llvm/test/CodeGen/SPIRV/capabilities/capability-Int64Atomics-store.ll
  llvm/test/CodeGen/SPIRV/capabilities/capability-Int64Atomics.ll
  llvm/test/CodeGen/SPIRV/capabilities/capability-integers.ll
  llvm/test/CodeGen/SPIRV/capabilities/capability-kernel.ll
  llvm/test/CodeGen/SPIRV/capabilities/no_capability_shader.ll
  llvm/test/CodeGen/SPIRV/capability-Int64Atomics-store.ll
  llvm/test/CodeGen/SPIRV/capability-Int64Atomics.ll
  llvm/test/CodeGen/SPIRV/capability-integers.ll
  llvm/test/CodeGen/SPIRV/capability-kernel.ll
  llvm/test/CodeGen/SPIRV/constant/global-constants.ll
  llvm/test/CodeGen/SPIRV/constant/local-aggregate-constant.ll
  llvm/test/CodeGen/SPIRV/constant/local-arbitrary-width-integers-constants-type-promotion.ll
  llvm/test/CodeGen/SPIRV/constant/local-bool-constants.ll
  llvm/test/CodeGen/SPIRV/constant/local-float-point-constants.ll
  llvm/test/CodeGen/SPIRV/constant/local-integers-constants.ll
  llvm/test/CodeGen/SPIRV/constant/local-null-constants.ll
  llvm/test/CodeGen/SPIRV/constant/local-vector-matrix-constants.ll
  llvm/test/CodeGen/SPIRV/constants/global-constants.ll
  llvm/test/CodeGen/SPIRV/constants/local-aggregate-constant.ll
  llvm/test/CodeGen/SPIRV/constants/local-arbitrary-width-integers-constants-type-promotion.ll
  llvm/test/CodeGen/SPIRV/constants/local-bool-constants.ll
  llvm/test/CodeGen/SPIRV/constants/local-float-point-constants.ll
  llvm/test/CodeGen/SPIRV/constants/local-integers-constants.ll
  llvm/test/CodeGen/SPIRV/constants/local-null-constants.ll
  llvm/test/CodeGen/SPIRV/constants/local-vector-matrix-constants.ll
  llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
  llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
  llvm/test/CodeGen/SPIRV/function/mangled-function.ll
  llvm/test/CodeGen/SPIRV/half_extension.ll
  llvm/test/CodeGen/SPIRV/half_no_extension.ll
  llvm/test/CodeGen/SPIRV/image-unoptimized.ll
  llvm/test/CodeGen/SPIRV/image.ll
  llvm/test/CodeGen/SPIRV/image_decl_func_arg.ll
  llvm/test/CodeGen/SPIRV/image_dim.ll
  llvm/test/CodeGen/SPIRV/image_store.ll
  llvm/test/CodeGen/SPIRV/link-attribute.ll
  llvm/test/CodeGen/SPIRV/linked-list.ll
  llvm/test/CodeGen/SPIRV/literal-struct.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/memset.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/umul-with-overflow.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/umul.with.overflow.ll
  llvm/test/CodeGen/SPIRV/mangled_function.ll
  llvm/test/CodeGen/SPIRV/no_capability_shader.ll
  llvm/test/CodeGen/SPIRV/opaque_pointers.ll
  llvm/test/CodeGen/SPIRV/opencl.queue_t.ll
  llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
  llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
  llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
  llvm/test/CodeGen/SPIRV/opencl/basic/vstore_private.ll
  llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
  llvm/test/CodeGen/SPIRV/opencl/get_global_id.ll
  llvm/test/CodeGen/SPIRV/opencl/image.ll
  llvm/test/CodeGen/SPIRV/opencl/metadata/fp_contractions_metadata.ll
  llvm/test/CodeGen/SPIRV/opencl/metadata/kernel_arg_type_function_metadata.ll
  llvm/test/CodeGen/SPIRV/opencl/metadata/kernel_arg_type_module_metadata.ll
  llvm/test/CodeGen/SPIRV/opencl/metadata/no_fp_contractions_metadata.ll
  llvm/test/CodeGen/SPIRV/opencl/metadata/opencl_version_metadata.ll
  llvm/test/CodeGen/SPIRV/pstruct.ll
  llvm/test/CodeGen/SPIRV/read_image.ll
  llvm/test/CodeGen/SPIRV/struct.ll
  llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpConstantSampler.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpImageQuerySize.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpImageReadMS.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpImageSampleExplicitLod.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpImageWrite.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_cmpxchg.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_legacy.ll
  llvm/test/CodeGen/SPIRV/transcoding/SampledImage.ll
  llvm/test/CodeGen/SPIRV/transcoding/block_w_struct_return.ll
  llvm/test/CodeGen/SPIRV/transcoding/check_ro_qualifier.ll
  llvm/test/CodeGen/SPIRV/transcoding/cl-types.ll
  llvm/test/CodeGen/SPIRV/transcoding/clk_event_t.ll
  llvm/test/CodeGen/SPIRV/transcoding/enqueue_kernel.ll
  llvm/test/CodeGen/SPIRV/transcoding/extract_insert_value.ll
  llvm/test/CodeGen/SPIRV/transcoding/get_image_num_mip_levels.ll
  llvm/test/CodeGen/SPIRV/transcoding/global_block.ll
  llvm/test/CodeGen/SPIRV/transcoding/image_get_size_with_access_qualifiers.ll
  llvm/test/CodeGen/SPIRV/transcoding/image_with_access_qualifiers.ll
  llvm/test/CodeGen/SPIRV/transcoding/optional-core-features-multiple.ll
  llvm/test/CodeGen/SPIRV/transcoding/spec_const.ll
  llvm/test/CodeGen/SPIRV/transcoding/spirv-private-array-initialization.ll
  llvm/test/CodeGen/SPIRV/types/device_event.ll
  llvm/test/CodeGen/SPIRV/types/image-access-qualifier.ll
  llvm/test/CodeGen/SPIRV/types/image-function-argument.ll
  llvm/test/CodeGen/SPIRV/types/image-query-dim-array-size.ll
  llvm/test/CodeGen/SPIRV/types/image-query-mip-levels.ll
  llvm/test/CodeGen/SPIRV/types/image-query-size-with-access-qualifier.ll
  llvm/test/CodeGen/SPIRV/types/image-query-size.ll
  llvm/test/CodeGen/SPIRV/types/image-read-ms.ll
  llvm/test/CodeGen/SPIRV/types/image-read.ll
  llvm/test/CodeGen/SPIRV/types/image-sample-explicit-level-of-details.ll
  llvm/test/CodeGen/SPIRV/types/image-sampled.ll
  llvm/test/CodeGen/SPIRV/types/image-sampled2.ll
  llvm/test/CodeGen/SPIRV/types/image-unoptimized.ll
  llvm/test/CodeGen/SPIRV/types/image-various-dimensions-access-qualifiers.ll
  llvm/test/CodeGen/SPIRV/types/image-write.ll
  llvm/test/CodeGen/SPIRV/types/image.ll
  llvm/test/CodeGen/SPIRV/types/image1d.ll
  llvm/test/CodeGen/SPIRV/types/pipe-sampler-image.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156049.553178.patch
Type: text/x-patch
Size: 180513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230824/5a5f5462/attachment-0001.bin>


More information about the llvm-commits mailing list