[PATCH] D11927: WebAssembly: add basic floating-point tests

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 19:44:54 PDT 2015


jfb created this revision.
jfb added subscribers: sunfish, llvm-commits.
Herald added a subscriber: jfb.

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.

http://reviews.llvm.org/D11927

Files:
  lib/Target/WebAssembly/WebAssemblyInstrFloat.td
  test/CodeGen/WebAssembly/fp32.ll
  test/CodeGen/WebAssembly/fp64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11927.31759.patch
Type: text/x-patch
Size: 4587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150811/ab29fa8a/attachment.bin>


More information about the llvm-commits mailing list