[WebAssembly] Add immediate fields to call_indirect and memory operators.
authorDan Gohman <dan433584@gmail.com>
Tue, 25 Oct 2016 16:55:52 +0000 (16:55 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 25 Oct 2016 16:55:52 +0000 (16:55 +0000)
commitf50d964bdb0674db3e7f18d06a2d1964e0dbd731
tree2deb35973b98edbdd41cadfef6871e2f6e27dcaa
parentc1472b509202b168e9a4b4a468eaa4a12769a38d
[WebAssembly] Add immediate fields to call_indirect and memory operators.

call_indirect, grow_memory, and current_memory now have immediate
operands in the 0xd binary encoding.

llvm-svn: 285085
llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
llvm/lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
llvm/test/CodeGen/WebAssembly/memory-addr64.ll [deleted file]