This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Reverse the order of operands for br_if
ClosedPublic

Authored by dschuff on Nov 9 2015, 3:42 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

dschuff updated this revision to Diff 39762.Nov 9 2015, 3:42 PM
dschuff retitled this revision from to [WebAssembly] Reverse the order of operands for br_if.
dschuff updated this object.
dschuff added a reviewer: sunfish.
dschuff added subscribers: llvm-commits, jfb.
sunfish accepted this revision.Nov 16 2015, 8:39 AM
sunfish edited edge metadata.

It's true that the spec does currently have the operands in this order, so for now, this patch lgtm.

This revision is now accepted and ready to land.Nov 16 2015, 8:39 AM
dschuff updated this revision to Diff 40326.Nov 16 2015, 1:07 PM
dschuff edited edge metadata.

Rebase against master

This revision was automatically updated to reflect the committed changes.