[clang] [llvm] [HLSL] Implement ddx/ddy_coarse intrinsics (PR #164831)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 23 08:42:26 PDT 2025
================
@@ -0,0 +1,61 @@
+// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple dxil-pc-shadermodel6.3-library %s \
+// RUN: -emit-llvm -disable-llvm-passes -fnative-half-type -o - | \
+// RUN: FileCheck %s --check-prefixes=CHECK
+
+using hlsl::ddx_coarse;
----------------
farzonl wrote:
you should not need this line.
https://github.com/llvm/llvm-project/pull/164831
More information about the llvm-commits
mailing list