[PATCH] D62207: [WebAssembly] Add the signature for the new llround builtin function

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 09:37:41 PDT 2019


sunfish created this revision.
sunfish added reviewers: sbc100, dschuff, aheejin.
Herald added subscribers: hiraditya, jgravelle-google.
Herald added a project: LLVM.

r360889 added new llround builtin functions. This patch adds their signatures for the WebAssembly backend.

It also adds wasm32 support to utils/update_llc_test_checks.py, since that's the script other targets are using for their testcases for this feature.


Repository:
  rL LLVM

https://reviews.llvm.org/D62207

Files:
  llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  llvm/test/CodeGen/WebAssembly/llround-conv-i32.ll
  llvm/utils/UpdateTestChecks/asm.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62207.200529.patch
Type: text/x-patch
Size: 4349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190521/f79cd033/attachment.bin>


More information about the llvm-commits mailing list