[clang] [llvm] [HLSL] Implement f32tof16() intrinsic (PR #172469)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 8 10:26:30 PST 2026
================
@@ -0,0 +1,67 @@
+; ModuleID = 'clang/test/CodeGenHLSL/builtins/f32tof16-builtin.hlsl'
+source_filename = "clang/test/CodeGenHLSL/builtins/f32tof16-builtin.hlsl"
+target datalayout = "e-m:e-p:32:32-i1:32-i8:8-i16:16-i32:32-i64:64-f16:16-f32:32-f64:64-n8:16:32:64-v48:16:16-v96:32:32-v192:64:64"
+target triple = "dxilv1.3-pc-shadermodel6.3-library"
----------------
farzonl wrote:
You don't need thise
https://github.com/llvm/llvm-project/pull/172469
More information about the llvm-commits
mailing list