[all-commits] [llvm/llvm-project] e74b42: [HLSL][SPIR-V] Add support for SV_Target semantic ...
Nathan Gauër via All-commits
all-commits at lists.llvm.org
Tue Dec 2 05:19:22 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e74b425ddcac22ccc4d0bd5d65f95ffc2682b62f
https://github.com/llvm/llvm-project/commit/e74b425ddcac22ccc4d0bd5d65f95ffc2682b62f
Author: Nathan Gauër <brioche at google.com>
Date: 2025-12-02 (Tue, 02 Dec 2025)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/SemaHLSL.h
M clang/lib/CodeGen/CGHLSLRuntime.cpp
M clang/lib/Sema/SemaHLSL.cpp
A clang/test/CodeGenHLSL/semantics/SV_Target.ps.hlsl
M clang/test/SemaHLSL/Semantics/position.ps.hlsl
A clang/test/SemaHLSL/Semantics/target.ps.input.hlsl
A clang/test/SemaHLSL/Semantics/target.vs.input.hlsl
A clang/test/SemaHLSL/Semantics/target.vs.output.hlsl
A llvm/test/CodeGen/SPIRV/semantics/target.ps.ll
Log Message:
-----------
[HLSL][SPIR-V] Add support for SV_Target semantic (#168743)
This PR adds the support for the SV_Target semantic and improved the
diagnostics when the stage is correct, but the direction is disallowed.
This PR will require #168735 to be merged first.
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