Files
clang-p2996/clang/test/CodeGenHLSL/semantics/DispatchThreadID.hlsl
Steven Perron be6b4f6979 [HLSL][SPIRV] Fix calling convention for call in entry function. (#110542)
Fix the calling convention used for the call in the entry point
wrapper. No calling convention is currently set. It can easily use the
calling convention of the function that is being called.

Without this, there is a mismatch in the calling convention between the
call site and the callee. This is undefined behaviour.
2024-10-01 09:29:20 -04:00

1.4 KiB