[all-commits] [llvm/llvm-project] f20c9c: [SPIRV] Add tests to improve test coverage
Andrey Tretyakov via All-commits
all-commits at lists.llvm.org
Fri Sep 2 03:21:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f20c9c42d2ca13354c8aebc093a61ce692903eed
https://github.com/llvm/llvm-project/commit/f20c9c42d2ca13354c8aebc093a61ce692903eed
Author: Andrey Tretyakov <andrey.tretyakov at mail.com>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
A llvm/test/CodeGen/SPIRV/SampledImageRetType.ll
A llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
A llvm/test/CodeGen/SPIRV/image-unoptimized.ll
A llvm/test/CodeGen/SPIRV/image.ll
A llvm/test/CodeGen/SPIRV/image_decl_func_arg.ll
A llvm/test/CodeGen/SPIRV/image_dim.ll
A llvm/test/CodeGen/SPIRV/image_store.ll
A llvm/test/CodeGen/SPIRV/instructions/float-fast-flags.ll
A llvm/test/CodeGen/SPIRV/instructions/scalar-floating-point-arithmetic.ll
A llvm/test/CodeGen/SPIRV/link-attribute.ll
A llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
A llvm/test/CodeGen/SPIRV/llvm-intrinsics/ceil.ll
A llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctlz.ll
A llvm/test/CodeGen/SPIRV/llvm-intrinsics/cttz.ll
A llvm/test/CodeGen/SPIRV/llvm-intrinsics/fabs.ll
A llvm/test/CodeGen/SPIRV/llvm-intrinsics/nearbyint.ll
A llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
A llvm/test/CodeGen/SPIRV/mangled_function.ll
A llvm/test/CodeGen/SPIRV/no_capability_shader.ll
A llvm/test/CodeGen/SPIRV/opencl.queue_t.ll
A llvm/test/CodeGen/SPIRV/read_image.ll
A llvm/test/CodeGen/SPIRV/spirv.Queue.ll
A llvm/test/CodeGen/SPIRV/transcoding/OpConstantSampler.ll
A llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy.ll
A llvm/test/CodeGen/SPIRV/transcoding/OpImageQuerySize.ll
A llvm/test/CodeGen/SPIRV/transcoding/OpImageReadMS.ll
A llvm/test/CodeGen/SPIRV/transcoding/OpImageSampleExplicitLod.ll
A llvm/test/CodeGen/SPIRV/transcoding/OpImageWrite.ll
A llvm/test/CodeGen/SPIRV/transcoding/OpSwitchUnreachable.ll
A llvm/test/CodeGen/SPIRV/transcoding/SampledImage.ll
A llvm/test/CodeGen/SPIRV/transcoding/check_ro_qualifier.ll
A llvm/test/CodeGen/SPIRV/transcoding/cl-types.ll
A llvm/test/CodeGen/SPIRV/transcoding/clk_event_t.ll
A llvm/test/CodeGen/SPIRV/transcoding/explicit-conversions.ll
A llvm/test/CodeGen/SPIRV/transcoding/image_get_size_with_access_qualifiers.ll
A llvm/test/CodeGen/SPIRV/transcoding/image_with_access_qualifiers.ll
A llvm/test/CodeGen/SPIRV/transcoding/optional-core-features-multiple.ll
A llvm/test/CodeGen/SPIRV/transcoding/spirv-types.ll
Log Message:
-----------
[SPIRV] Add tests to improve test coverage
Differential Revision: https://reviews.llvm.org/D132903
More information about the All-commits
mailing list