[clang] [HLSL] Implement the dst HLSL Function (PR #133828)

Ashley Coleman via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 7 09:40:00 PDT 2025


================
@@ -0,0 +1,75 @@
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm-only -disable-llvm-passes -verify
+
+float4 test_too_many_arg(float4 p0)
+{
----------------
V-FEXrt wrote:

Is there a reason the function call and the expect-error lines aren't aligned? Has this file been formatted? Either was, imo they should be lined up

https://github.com/llvm/llvm-project/pull/133828


More information about the cfe-commits mailing list