[PATCH] D154639: [WebAssembly] Add frexp{f,l} libcall signatures
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 11:51:06 PDT 2023
sbc100 added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/libcalls.ll:261
+; CHECK-NEXT: call $push8=, ldexp, $pop19, $pop7
+; CHECK-NEXT: call llvm.frexp.f64.i32, $pop20, $pop8
+; CHECK-NEXT: local.get $push22=, 3
----------------
How is `llvm.frexp.f64.i32` implemented? Is it supposed to be the name of a function compiler-rt?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154639/new/
https://reviews.llvm.org/D154639
More information about the llvm-commits
mailing list