[clang] [llvm] [HLSL] Adding HLSL `clip` function. (PR #114588)

Finn Plummer via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 7 12:23:52 PST 2024


================
@@ -63,6 +63,7 @@
 #include "llvm/IR/MemoryModelRelaxationAnnotations.h"
 #include "llvm/Support/AMDGPUAddrSpace.h"
 #include "llvm/Support/ConvertUTF.h"
+#include "llvm/Support/ErrorHandling.h"
----------------
inbelic wrote:

What is this used for?

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


More information about the cfe-commits mailing list