WebAssembly: add basic floating-point tests
authorJF Bastien <jfb@google.com>
Tue, 11 Aug 2015 02:45:15 +0000 (02:45 +0000)
committerJF Bastien <jfb@google.com>
Tue, 11 Aug 2015 02:45:15 +0000 (02:45 +0000)
commit3c7c622c22f6c849d1aa3c5d8aa40fe47ad57b84
tree1052c65fc6b1f25b0b635a937f61a803aa00b5e0
parentc9d230849b897730aec026bc309d8f4d60aa8437
WebAssembly: add basic floating-point tests

Summary: I somehow forgot to add these when I added the basic floating-point opcodes. Also remove ceil/floor/trunc/nearestint for now, and add them only when properly tested.

Subscribers: llvm-commits, sunfish, jfb

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244562 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/WebAssemblyInstrFloat.td
test/CodeGen/WebAssembly/fp32.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/fp64.ll [new file with mode: 0644]