[PATCH] D12219: WebAssembly: Implement call

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 11:22:21 PDT 2015


jfb updated this revision to Diff 32848.
jfb marked 9 inline comments as done.
jfb added a comment.

- toSymbol
- Move NodeType comment to .def file.
- Fix chain. Remove CALL_VOID for now.
- Implement isOffsetFoldingLegal, assert on getOffset and getTargetFlags.
- Remove side-effect from call.
- Remove side-effect from return.
- Change symbol character from ` to $.


http://reviews.llvm.org/D12219

Files:
  lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
  lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
  lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  lib/Target/WebAssembly/WebAssemblyISD.def
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyISelLowering.h
  lib/Target/WebAssembly/WebAssemblyInstrCall.td
  lib/Target/WebAssembly/WebAssemblyInstrControl.td
  lib/Target/WebAssembly/WebAssemblyInstrFormats.td
  lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  test/CodeGen/WebAssembly/call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12219.32848.patch
Type: text/x-patch
Size: 20528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150821/a32fff7f/attachment.bin>


More information about the llvm-commits mailing list