summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/llround-conv-i32.ll
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Make returns variadicThomas Lively2019-10-091-2/+2
| | | | | | | | | | | | | | | | | | Summary: This is necessary and sufficient to get simple cases of multiple return working with multivalue enabled. More complex cases will require block and loop signatures to be generalized to potentially be type indices as well. Reviewers: aheejin, dschuff Subscribers: sbc100, jgravelle-google, hiraditya, sunfish, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D68684 llvm-svn: 374235
* [WebAssembly] Add the signature for the new llround builtin functionDan Gohman2019-05-211-0/+31
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. Differential Revision: https://reviews.llvm.org/D62207 llvm-svn: 361327
OpenPOWER on IntegriCloud