[clang] [HLSL] Add matrix support for isnan() and isinf() (PR #195586)
Kaitlin Peng via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 30 18:20:58 PDT 2026
================
@@ -1,20 +1,33 @@
// RUN: %clang_cc1 -std=hlsl202x -finclude-default-header -x hlsl -triple \
// RUN: dxil-pc-shadermodel6.3-library %s -emit-llvm -disable-llvm-passes \
-// RUN: -o - | FileCheck %s
+// RUN: -Wdeprecated-declarations -o - | FileCheck %s \
----------------
kmpeng wrote:
This file isn't related to matrices, not sure why you're editing it
https://github.com/llvm/llvm-project/pull/195586
More information about the cfe-commits
mailing list