[clang] [llvm] [HLSL][DXIL] Implement `refract` intrinsic (PR #136026)

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Wed May 14 12:52:38 PDT 2025


================
@@ -0,0 +1,356 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
+// RUN: %clang_cc1 -finclude-default-header -triple \
+// RUN:   dxil-pc-shadermodel6.3-library %s -fnative-half-type \
+// RUN:   -emit-llvm -O1 -o - | FileCheck %s
----------------
farzonl wrote:

@kmpeng p can you show @raoanag  how we are testing this with o1 using one of the intrinsics you did?

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


More information about the cfe-commits mailing list