[all-commits] [llvm/llvm-project] ad1465: [WebAssembly] Add frexp{f, l} libcall signatures
Derek Schuff via All-commits
all-commits at lists.llvm.org
Thu Jul 6 13:37:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad14659f72ceff1b02c220503c3d70cacaa2868e
https://github.com/llvm/llvm-project/commit/ad14659f72ceff1b02c220503c3d70cacaa2868e
Author: Derek Schuff <dschuff at chromium.org>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
M llvm/test/CodeGen/WebAssembly/libcalls.ll
Log Message:
-----------
[WebAssembly] Add frexp{f,l} libcall signatures
The llvm.frexp.* family of intrinsics and their corresponding libcalls were
recently added, which means we need to know their signatures.
Differential Revision: https://reviews.llvm.org/D154639
Fixed: https://github.com/llvm/llvm-project/issues/63657
More information about the All-commits
mailing list