[clang] [llvm] [HLSL] Implement the `reflect` HLSL function (PR #122992)
Finn Plummer via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 09:42:04 PST 2025
================
@@ -0,0 +1,33 @@
+; RUN: llc -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
----------------
inbelic wrote:
Out of curiousity, what happens when we use the triple `-mtriple=spirv32-unknown-unknown`? This should change the environment to be `OpenCL`, will it fail because there isn't a CL equivalent?
https://github.com/llvm/llvm-project/pull/122992
More information about the llvm-commits
mailing list