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

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 28 19:02:02 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:

We don't want to use `O1` for these tests. Also don't use `utils/update_cc_test_checks.py` your checking for stuff that isn't relevant to the alrgorithm.

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


More information about the cfe-commits mailing list