Mostly useful for https://bugs.webkit.org/show_bug.cgi?id=196091 It also allows us to give names to the children (cond/ifTrue/ifFalse).
Created attachment 365589 [details] Patch It passes testb3 in Release mode. The select tests also pass in Debug mode, but I could not test the whole file in Debug mode because of https://bugs.webkit.org/show_bug.cgi?id=196103.
Created attachment 365600 [details] Patch Remembering to svn add the new files.
Attachment 365600 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/b3/B3Value.h:419: Missing space before { [whitespace/braces] [5] Total errors found: 1 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 365611 [details] Patch I had forgotten to update FTLOutput.cpp and WASMB3IRGenerator.cpp
Phil suggested a better approach in https://bugs.webkit.org/show_bug.cgi?id=196091