[Mlir-commits] [mlir] [MLIR][SPIRV] Add spirv.IsFinite and lower math.{isfinite, isinf, isnan} to spirv. (PR #151552)

Jakub Kuderski llvmlistbot at llvm.org
Thu Jul 31 09:37:14 PDT 2025


================
@@ -0,0 +1,27 @@
+// RUN: mlir-opt -split-input-file -convert-math-to-spirv -verify-diagnostics %s -o - | FileCheck %s
----------------
kuhar wrote:

This test doesn't use any splits or diagnostics:

```suggestion
// RUN: mlir-opt --convert-math-to-spirv %s | FileCheck %s
```

https://github.com/llvm/llvm-project/pull/151552


More information about the Mlir-commits mailing list