[llvm] [RFC][SPIR-V] Add llvm.arbitrary.fp.convert intrinsic (PR #164252)
Dmitry Sidorov via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 2 15:46:08 PST 2025
================
@@ -21406,6 +21406,69 @@ environment <floatenv>` *except* for the rounding mode.
This intrinsic is not supported on all targets. Some targets may not support
all rounding modes.
+'``llvm.arbitrary.fp.convert``' Intrinsic
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Syntax:
+"""""""
+
+::
+
+ declare <type> @llvm.arbitrary.fp.convert(
----------------
MrSidims wrote:
Resolved: 1 intrinsic -> 2 intrinsics with no int conversions.
https://github.com/llvm/llvm-project/pull/164252
More information about the llvm-commits
mailing list