[PATCH] D13712: WebAssembly: update syntax

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 17:50:39 PDT 2015


jfb updated this revision to Diff 37547.
jfb added a comment.

- Auto-upgrade returns: find ./test/CodeGen/WebAssembly/ -name '*.ll' | xargs -n1 sed -i 's/return \([0-9]\)/return (get_local \1)/g'
- s/: \([0-9]\)/: get_local \1/g
- Fix the other tests.


http://reviews.llvm.org/D13712

Files:
  lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  test/CodeGen/WebAssembly/call.ll
  test/CodeGen/WebAssembly/cfg-stackify.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/conv.ll
  test/CodeGen/WebAssembly/f32.ll
  test/CodeGen/WebAssembly/f64.ll
  test/CodeGen/WebAssembly/func.ll
  test/CodeGen/WebAssembly/i32.ll
  test/CodeGen/WebAssembly/i64.ll
  test/CodeGen/WebAssembly/immediates.ll
  test/CodeGen/WebAssembly/load-ext.ll
  test/CodeGen/WebAssembly/load-store-i1.ll
  test/CodeGen/WebAssembly/load.ll
  test/CodeGen/WebAssembly/memory-addr32.ll
  test/CodeGen/WebAssembly/memory-addr64.ll
  test/CodeGen/WebAssembly/phi.ll
  test/CodeGen/WebAssembly/store-trunc.ll
  test/CodeGen/WebAssembly/store.ll
  test/CodeGen/WebAssembly/unused-argument.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13712.37547.patch
Type: text/x-patch
Size: 107952 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151016/c4e4a3eb/attachment.bin>


More information about the llvm-commits mailing list