[llvm] [AMDGPU] Add support for llvm.lround and llvm.lrint intrinsics lowering. (PR #96817)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 26 14:09:53 PDT 2024
================
@@ -16606,7 +16606,8 @@ Syntax:
"""""""
This is an overloaded intrinsic. You can use ``llvm.lround`` on any
-floating-point type. Not all targets support all types however.
+floating-point type or vector of floating-point type. Not all targets
----------------
arsenm wrote:
Unrelated change
https://github.com/llvm/llvm-project/pull/96817
More information about the llvm-commits
mailing list