[clang] [HLSL] Implement the `lit` intrinsic (PR #134171)

Deric C. via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 3 13:35:33 PDT 2025


================
@@ -22,10 +22,10 @@
 
 // HLSL standard library function declarations/definitions.
 #include "hlsl/hlsl_alias_intrinsics.h"
+#include "hlsl/hlsl_intrinsics.h"
 #if __HLSL_VERSION <= __HLSL_202x
 #include "hlsl/hlsl_compat_overloads.h"
 #endif
-#include "hlsl/hlsl_intrinsics.h"
----------------
Icohedron wrote:

Curious why this change is here

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


More information about the cfe-commits mailing list