[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
================
@@ -0,0 +1,6 @@
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -fnative-int16-type -emit-llvm-only -disable-llvm-passes -verify
----------------
kmpeng wrote:
The instructions say to name these files `<intrinsic>_mat-errors.hlsl`. I know the `atan2` files don't follow this convention but I believe other intrinsics do.
https://github.com/llvm/llvm-project/pull/195586
More information about the cfe-commits
mailing list