Implement the relational instructions for floats in WebAssembly
Created attachment 261032 [details] Patch
Comment on attachment 261032 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=261032&action=review r=me > Source/JavaScriptCore/wasm/WASMFunctionCompiler.h:546 > + Jump trueCase = branchDouble(condition, FPRInfo::fpRegT0, FPRInfo::fpRegT1); It would be nice to use a simple compare rather than a compare-and-branch. But it looks like our assembler doesn't currently support that :(.
Comment on attachment 261032 [details] Patch Clearing flags on attachment: 261032 Committed r189645: <http://trac.webkit.org/changeset/189645>
All reviewed patches have been landed. Closing bug.