WebAssembly: add basic int/fp instruction codegen.
authorJF Bastien <jfb@google.com>
Tue, 14 Jul 2015 21:13:29 +0000 (21:13 +0000)
committerJF Bastien <jfb@google.com>
Tue, 14 Jul 2015 21:13:29 +0000 (21:13 +0000)
commite812ce5cbedf2715cb3669e48b3255bdf07a478c
tree0587d8744253e821b62f1e6999f1017a0f472e85
parent4a7fa8cd28395033bdfe81f51befbcc17179a934
WebAssembly: add basic int/fp instruction codegen.

Summary: This patch has the most basic instruction codegen for 32 and 64 bit int/fp.

Reviewers: sunfish

Subscribers: llvm-commits, jfb

Differential Revision: http://reviews.llvm.org/D11193

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242201 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyInstrFloat.td
lib/Target/WebAssembly/WebAssemblyInstrFormats.td
lib/Target/WebAssembly/WebAssemblyInstrInteger.td