[all-commits] [llvm/llvm-project] 8468e6: [SPIRV] Add tests to improve test coverage

Andrey Tretyakov via All-commits all-commits at lists.llvm.org
Tue Aug 2 10:24:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8468e67495eda83e2490224be46967ddc29821d2
      https://github.com/llvm/llvm-project/commit/8468e67495eda83e2490224be46967ddc29821d2
  Author: Andrey Tretyakov <andrey.tretyakov at mail.com>
  Date:   2022-08-02 (Tue, 02 Aug 2022)

  Changed paths:
    A llvm/test/CodeGen/SPIRV/LinkOnceODR.ll
    A llvm/test/CodeGen/SPIRV/OpVectorInsertDynamic.ll
    A llvm/test/CodeGen/SPIRV/atomicrmw.ll
    A llvm/test/CodeGen/SPIRV/exec_mode_float_control_khr.ll
    A llvm/test/CodeGen/SPIRV/instructions/call-trivial-function.ll
    A llvm/test/CodeGen/SPIRV/instructions/scalar-bitwise-operations.ll
    A llvm/test/CodeGen/SPIRV/instructions/vector-bitwise-operations.ll
    A llvm/test/CodeGen/SPIRV/instructions/vector-shuffle.ll
    A llvm/test/CodeGen/SPIRV/linked-list.ll
    A llvm/test/CodeGen/SPIRV/llvm-intrinsics/assume.ll
    A llvm/test/CodeGen/SPIRV/llvm-intrinsics/expect.ll
    A llvm/test/CodeGen/SPIRV/llvm-intrinsics/fshr.ll
    A llvm/test/CodeGen/SPIRV/llvm-intrinsics/invariant.ll
    A llvm/test/CodeGen/SPIRV/llvm-intrinsics/umul.with.overflow.ll
    A llvm/test/CodeGen/SPIRV/memory_model_md.ll
    A llvm/test/CodeGen/SPIRV/multi_md.ll
    A llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
    A llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
    A llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
    A llvm/test/CodeGen/SPIRV/preprocess-metadata.ll
    A llvm/test/CodeGen/SPIRV/pstruct.ll
    A llvm/test/CodeGen/SPIRV/sitofp-with-bool.ll
    A llvm/test/CodeGen/SPIRV/spirv_param_decorations.ll
    A llvm/test/CodeGen/SPIRV/spirv_param_decorations_quals.ll
    A llvm/test/CodeGen/SPIRV/store.ll
    A llvm/test/CodeGen/SPIRV/struct.ll
    A llvm/test/CodeGen/SPIRV/transcoding/ConvertPtr.ll
    A llvm/test/CodeGen/SPIRV/transcoding/DecorationAlignment.ll
    A llvm/test/CodeGen/SPIRV/transcoding/DivRem.ll
    A llvm/test/CodeGen/SPIRV/transcoding/ExecutionMode_SPIR_to_SPIRV.ll
    A llvm/test/CodeGen/SPIRV/transcoding/GlobalFunAnnotate.ll
    A llvm/test/CodeGen/SPIRV/transcoding/OpConstantBool.ll
    A llvm/test/CodeGen/SPIRV/transcoding/OpPhi_ArgumentsPlaceholders.ll
    A llvm/test/CodeGen/SPIRV/transcoding/OpSwitch32.ll
    A llvm/test/CodeGen/SPIRV/transcoding/OpSwitch64.ll
    A llvm/test/CodeGen/SPIRV/transcoding/OpSwitchChar.ll
    A llvm/test/CodeGen/SPIRV/transcoding/RelationalOperatorsFUnord.ll
    A llvm/test/CodeGen/SPIRV/transcoding/TransFNeg.ll
    A llvm/test/CodeGen/SPIRV/transcoding/bitcast.ll
    A llvm/test/CodeGen/SPIRV/transcoding/fneg.ll
    A llvm/test/CodeGen/SPIRV/transcoding/fp_contract_reassoc_fast_mode.ll
    A llvm/test/CodeGen/SPIRV/transcoding/isequal.ll
    A llvm/test/CodeGen/SPIRV/transcoding/memory_access.ll
    A llvm/test/CodeGen/SPIRV/transcoding/non32.ll
    A llvm/test/CodeGen/SPIRV/transcoding/vec_type_hint.ll
    A llvm/test/CodeGen/SPIRV/uitofp-with-bool.ll

  Log Message:
  -----------
  [SPIRV] Add tests to improve test coverage

Differential Revision: https://reviews.llvm.org/D130597




More information about the All-commits mailing list