[PATCH] D12307: WebAssembly: emit `(func (param t) (result t))` s-expressions

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 15:55:52 PDT 2015


jfb updated this revision to Diff 33143.
jfb marked an inline comment as done.
jfb added a comment.

- Lowercase 'end func'.
- Add `llvm_unreachable`.


http://reviews.llvm.org/D12307

Files:
  lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  test/CodeGen/WebAssembly/call.ll
  test/CodeGen/WebAssembly/comparisons_f32.ll
  test/CodeGen/WebAssembly/comparisons_f64.ll
  test/CodeGen/WebAssembly/comparisons_i32.ll
  test/CodeGen/WebAssembly/comparisons_i64.ll
  test/CodeGen/WebAssembly/fast-isel.ll
  test/CodeGen/WebAssembly/fp32.ll
  test/CodeGen/WebAssembly/fp64.ll
  test/CodeGen/WebAssembly/func.ll
  test/CodeGen/WebAssembly/globl.ll
  test/CodeGen/WebAssembly/immediates.ll
  test/CodeGen/WebAssembly/integer32.ll
  test/CodeGen/WebAssembly/integer64.ll
  test/CodeGen/WebAssembly/memory-addr32.ll
  test/CodeGen/WebAssembly/memory-addr64.ll
  test/CodeGen/WebAssembly/return-void.ll
  test/CodeGen/WebAssembly/unused-argument.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12307.33143.patch
Type: text/x-patch
Size: 42539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150825/5ff4dfaa/attachment.bin>


More information about the llvm-commits mailing list