[clang] [llvm] [HLSL] Implement the `degrees` intrinsic (PR #111209)
Greg Roth via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 9 12:22:54 PDT 2024
================
@@ -0,0 +1,26 @@
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm-only -disable-llvm-passes -verify -verify-ignore-unexpected
----------------
pow2clk wrote:
I'll copy my comment from elsewhere here:
Are you getting unexpected diagnostics? If so, I'd like to understand them. If not, I don't think `-verify-ignore-unexpected` is needed. If anything, we should limit it to the type of diagnostic that is being produced e.g. `-verify-ignore-unexpected=note`
https://github.com/llvm/llvm-project/pull/111209
More information about the cfe-commits
mailing list