[llvm] [SPIR-V] Derive FPFastMathMode from nofpclass attributes on OpenCL builtins (PR #188984)
Arseniy Obolenskiy via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 31 04:28:58 PDT 2026
================
@@ -0,0 +1,17 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv64v1.5-unknown-unknown %s -o - | FileCheck %s
+
+; Check that nofpclass attributes produce FPFastMathMode decorations on
+; OpExtInst in Kernel environments even for SPIR-V versions before 1.6,
----------------
aobolensk wrote:
They are not being processed in that scenario. I guess, we can add the tests for that, done
https://github.com/llvm/llvm-project/pull/188984
More information about the llvm-commits
mailing list