[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,88 @@
+// RUN: %clang_cc1 -std=hlsl202x -finclude-default-header -x hlsl -triple \
----------------
kmpeng wrote:

The instructions say to name these files `<intrinsic>_mat-overloads.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