[clang] [llvm] [HLSL] Implement the `reflect` HLSL function (PR #122992)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 11:29:58 PST 2025


================
@@ -0,0 +1,32 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
+
+// RUN: %clang_cc1 -O1 -triple spirv-pc-vulkan-compute %s -emit-llvm -o - | FileCheck %s
----------------
farzonl wrote:

The clang codgen tests should be sufficient. Thats one of the advantages of moving the intrinsics into the header. 

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


More information about the llvm-commits mailing list