[clang] [llvm] [HLSL] Implement ddx/ddy_coarse intrinsics (PR #164831)
Alexander Johnston via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 23 11:33:45 PDT 2025
================
@@ -0,0 +1,41 @@
+; RUN: opt -S -scalarizer -dxil-op-lower -mtriple=dxil-pc-shadermodel6.3-library %s | FileCheck %s
+
+; Make sure dxil operation function calls for fwidth are generated for half/float and matching vectors
----------------
Alexander-Johnston wrote:
Fixed
https://github.com/llvm/llvm-project/pull/164831
More information about the llvm-commits
mailing list