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

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 9 19:48:54 PDT 2025


================
@@ -0,0 +1,36 @@
+; RUN: llc -O0 -mtriple=spirv-unknown-vulkan %s -o - | FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv64-unknown-unknown %s -o - -filetype=obj | spirv-val %}
----------------
farzonl wrote:

There is no spirv64 target if you want to use the glsl extensions. Delete your second runline

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


More information about the llvm-commits mailing list