[llvm] [RFC][SPIR-V] Add intrinsics to convert to/from ap.float (PR #164252)
Dmitry Sidorov via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 8 17:49:55 PST 2025
================
@@ -0,0 +1,187 @@
+; RUN: split-file %s %t
+; RUN: not llvm-as %t/bad-interpretation-empty.ll -o /dev/null 2>&1 | FileCheck %s --check-prefix=BAD-INTERP-EMPTY
+; RUN: not llvm-as %t/bad-interpretation-unknown.ll -o /dev/null 2>&1 | FileCheck %s --check-prefix=BAD-INTERP-UNKNOWN
+; RUN: not llvm-as %t/bad-rounding.ll -o /dev/null 2>&1 | FileCheck %s --check-prefix=BAD-ROUNDING
+; RUN: llvm-as %t/good.ll -o /dev/null
+
----------------
MrSidims wrote:
Added the checks
https://github.com/llvm/llvm-project/pull/164252
More information about the llvm-commits
mailing list