[clang] [llvm] [HLSL] Move `lerp` implementation to header files (PR #215692)
Joshua Batista via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 16:52:49 PDT 2026
================
@@ -1,58 +1,59 @@
// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple \
// RUN: dxil-pc-shadermodel6.3-library %s -fnative-half-type -fnative-int16-type \
-// RUN: -emit-llvm -disable-llvm-passes -o - | FileCheck %s \
-// RUN: --check-prefixes=CHECK,NATIVE_HALF \
-// RUN: -DFNATTRS="noundef nofpclass(nan inf)" -DTARGET=dx
-// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple \
----------------
bob80905 wrote:
Should we add back the NO_HALF tests back? Why was it removed?
https://github.com/llvm/llvm-project/pull/215692
More information about the llvm-commits
mailing list