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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D11927
WebAssembly: add basic floating-point tests ClosedPublic Authored by jfb on Aug 10 2015, 7:44 PM.
Details 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.
Diff Detail
Event Timelinejfb updated this object. Closed by commit rL244562: WebAssembly: add basic floating-point tests (authored by jfb). · Explain WhyAug 10 2015, 7:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 31760 llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrFloat.td
llvm/trunk/test/CodeGen/WebAssembly/fp32.ll
llvm/trunk/test/CodeGen/WebAssembly/fp64.ll
|