[clang] [HLSL] Implement the `ldexp` intrinsic (PR #138182)

Deric C. via cfe-commits cfe-commits at lists.llvm.org
Thu May 1 13:38:48 PDT 2025


================
@@ -0,0 +1,49 @@
+// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple dxil-pc-shadermodel6.3-library %s -fnative-half-type -emit-llvm -o - | FileCheck %s
----------------
Icohedron wrote:

Add `-disable-llvm-passes`?

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


More information about the cfe-commits mailing list