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

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 25 12:13:55 PDT 2025


================
@@ -25,3 +25,9 @@ def SPIRVReflect : Builtin {
   let Attributes = [NoThrow, Const];
   let Prototype = "void(...)";
 }
+
+def SPIRVSmoothStep : Builtin {
+  let Spellings = ["__builtin_spirv_smoothstep"];
+  let Attributes = [NoThrow, Const];
----------------
farzonl wrote:

do we need `CustomeTypeChecking`?

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


More information about the llvm-commits mailing list