[clang] [llvm] [HLSL] Implement the `smoothstep` intrinsic (PR #132288)

Kaitlin Peng via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 14:56:23 PDT 2025


================
@@ -0,0 +1,60 @@
+; RUN: llc -O0 -verify-machineinstrs -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val %}
----------------
kmpeng wrote:

Code updated with `--target-env vulkan1.2` added to both `hlsl-intrinsics/smoothstep.ll` and `opencl/smoothstep.ll`. Let me know if that looks good!

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


More information about the llvm-commits mailing list