[PATCH] D62210: [WebAssembly] Implement __builtin_return_address for emscripten
Guanzhong Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 10:34:36 PDT 2019
quantum updated this revision to Diff 200787.
quantum marked 2 inline comments as done.
quantum added a comment.
Add a TODO about future action regarding `emscripten_return_address` libcall, depending on what other WASM backends end up doing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62210/new/
https://reviews.llvm.org/D62210
Files:
llvm/include/llvm/IR/RuntimeLibcalls.def
llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
llvm/test/CodeGen/WebAssembly/return-address-emscripten.ll
llvm/test/CodeGen/WebAssembly/return-address-unknown.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62210.200787.patch
Type: text/x-patch
Size: 6056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190522/57186c3a/attachment.bin>
More information about the llvm-commits
mailing list