[all-commits] [llvm/llvm-project] 6c7c57: [clang] fix OutputSemantic list in HLSL (#185550)

Jameson Nash via All-commits all-commits at lists.llvm.org
Wed Apr 1 11:11:38 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c7c575556cbcd49d3fe6321b3bf55c30111b4d9
      https://github.com/llvm/llvm-project/commit/6c7c575556cbcd49d3fe6321b3bf55c30111b4d9
  Author: Jameson Nash <vtjnash at gmail.com>
  Date:   2026-04-01 (Wed, 01 Apr 2026)

  Changed paths:
    M clang/lib/CodeGen/CGHLSLRuntime.cpp

  Log Message:
  -----------
  [clang] fix OutputSemantic list in HLSL (#185550)

Normally sane front-ends with the common calling-conventions avoid
having multiple sret with a return value, so this is NFCI. However,
multiple can be valid. This rewrites an odd looking DenseMap of one
element that was needed for iteration into a more sensible vector.

Noted in https://github.com/llvm/llvm-project/pull/181740 review.



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