[all-commits] [llvm/llvm-project] d6344c: [HLSL][SPIRV] Add HLSL type translation for spirv....

Steven Perron via All-commits all-commits at lists.llvm.org
Mon Nov 4 09:32:46 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d6344c1cd0d099f8d99ee320f33fc9254dbe8288
      https://github.com/llvm/llvm-project/commit/d6344c1cd0d099f8d99ee320f33fc9254dbe8288
  Author: Steven Perron <stevenperron at google.com>
  Date:   2024-11-04 (Mon, 04 Nov 2024)

  Changed paths:
    M clang/lib/CodeGen/Targets/SPIR.cpp
    M clang/test/CodeGenHLSL/builtins/RWBuffer-elementtype.hlsl

  Log Message:
  -----------
  [HLSL][SPIRV] Add HLSL type translation for spirv. (#114273)

This commit partially implements SPIRTargetCodeGenInfo::getHLSLType. It
can now generate the spirv type for the following HLSL types:

1. RWBuffer
2. Buffer
3. Sampler

---------

Co-authored-by: Nathan Gauër <github at keenuts.net>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list