[clang] [HLSL][clang] Add elementwise builtin for atan2 (p3) (PR #110187)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 30 10:15:47 PDT 2024
================
@@ -0,0 +1,7 @@
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm-only -disable-llvm-passes -verify -DTEST_FUNC=__builtin_elementwise_atan2
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm-only -disable-llvm-passes -verify -DTEST_FUNC=__builtin_elementwise_pow
----------------
farzonl wrote:
remove the https://github.com/llvm/llvm-project/blob/main/clang/test/SemaHLSL/BuiltIns/pow-errors.hlsl file since you are adding this.
https://github.com/llvm/llvm-project/pull/110187
More information about the cfe-commits
mailing list