[clang] [HLSL] Implementation of the fmod intrinsic (PR #108849)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 24 13:00:17 PDT 2024
================
@@ -0,0 +1,79 @@
+// DirectX target:
+//
+// ---------- Native Half support test -----------
+//
+// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple \
+// RUN: dxil-pc-shadermodel6.3-library %s -fnative-half-type \
+// RUN: -emit-llvm -disable-llvm-passes -o - | FileCheck %s \
+// RUN: --check-prefixes=CHECK \
----------------
farzonl wrote:
Drop all the --check-prefixes=CHECK
https://github.com/llvm/llvm-project/pull/108849
More information about the cfe-commits
mailing list