[PATCH] D132903: [SPIRV] Add tests to improve test coverage

Andrey Tretyakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 18:21:12 PDT 2022


andreytr created this revision.
andreytr added reviewers: iliya-diyachkov, mpaszkowski, konrad.trifunovic, zuban32, MaskRay, arsenm, rengolin.
Herald added subscribers: StephenFan, wenlei, ThomasRaoux.
Herald added a project: All.
andreytr requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132903

Files:
  llvm/test/CodeGen/SPIRV/SampledImageRetType.ll
  llvm/test/CodeGen/SPIRV/event_no_group_cap.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/instructions/float-fast-flags.ll
  llvm/test/CodeGen/SPIRV/instructions/scalar-floating-point-arithmetic.ll
  llvm/test/CodeGen/SPIRV/link-attribute.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/ceil.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctlz.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/cttz.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/fabs.ll
  llvm/test/CodeGen/SPIRV/llvm-intrinsics/nearbyint.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/opencl.queue_t.ll
  llvm/test/CodeGen/SPIRV/read_image.ll
  llvm/test/CodeGen/SPIRV/spirv.Queue.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpConstantSampler.ll
  llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy.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/OpSwitchUnreachable.ll
  llvm/test/CodeGen/SPIRV/transcoding/SampledImage.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/explicit-conversions.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/spirv-types.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132903.456512.patch
Type: text/x-patch
Size: 111459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220830/3b1a5a1f/attachment.bin>


More information about the llvm-commits mailing list