As suggested in https://github.com/WebAssembly/experimental/issues/53 , this patch adds return type information to call and call_indirect instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D15484
[WebAssembly] Add type prefixes to call instructions ClosedPublic Authored by sunfish on Dec 13 2015, 5:04 PM.
Details Summary As suggested in https://github.com/WebAssembly/experimental/issues/53 , this patch adds return type information to call and call_indirect instructions.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 14 2015, 2:24 PM Closed by commit rL255565: [WebAssembly] Add type prefixes to call instructions (authored by djg). · Explain WhyDec 14 2015, 3:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42786 llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrCall.td
llvm/trunk/test/CodeGen/WebAssembly/call.ll
llvm/trunk/test/CodeGen/WebAssembly/f32.ll
llvm/trunk/test/CodeGen/WebAssembly/f64.ll
llvm/trunk/test/CodeGen/WebAssembly/frem.ll
llvm/trunk/test/CodeGen/WebAssembly/returned.ll
llvm/trunk/test/CodeGen/WebAssembly/unused-argument.ll
|