[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 Sep 7 12:05:50 PDT 2023


mpaszkowski updated this revision to Diff 556194.

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/SampledImageRetType.ll
  llvm/test/CodeGen/SPIRV/atomicrmw.ll
  llvm/test/CodeGen/SPIRV/constant/global-constants.ll
  llvm/test/CodeGen/SPIRV/constant/local-null-constants.ll
  llvm/test/CodeGen/SPIRV/function/alloca-load-store.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/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/vstore_private.ll
  llvm/test/CodeGen/SPIRV/opencl/get_global_id.ll
  llvm/test/CodeGen/SPIRV/opencl/image.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/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

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


More information about the llvm-commits mailing list