[all-commits] [llvm/llvm-project] 116f7a: [SPIRV] Test basic float and int types (#66282)

Natalie Chouinard via All-commits all-commits at lists.llvm.org
Tue Sep 19 07:25:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 116f7a2dcb86a7a8812a60fb7101f90329dada19
      https://github.com/llvm/llvm-project/commit/116f7a2dcb86a7a8812a60fb7101f90329dada19
  Author: Natalie Chouinard <1953083+sudonatalie at users.noreply.github.com>
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
    M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
    A llvm/test/CodeGen/SPIRV/basic_float_types.ll
    A llvm/test/CodeGen/SPIRV/basic_int_types.ll

  Log Message:
  -----------
  [SPIRV] Test basic float and int types (#66282)

Add Int16, Int64 and Float64 capabilities as always available for Vulkan
(since 1.0), and add tests covering most of the basic types from
clang/test/CodeGenHLSL/basic_types.hlsl except for half floats.

Depends on D156049




More information about the All-commits mailing list