This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove loop's bottom label
ClosedPublic

Authored by sunfish on Sep 30 2016, 12:31 PM.

Details

Reviewers
dschuff
Summary

This removes loop's bottom label, per WebAssembly spec changes.

Diff Detail

Repository
rL LLVM

Event Timeline

sunfish updated this revision to Diff 73114.Sep 30 2016, 12:31 PM
sunfish retitled this revision from to [WebAssembly] Remove loop's bottom label.
sunfish updated this object.
sunfish set the repository for this revision to rL LLVM.
sunfish added subscribers: dschuff, jgravelle-google.
dschuff accepted this revision.Sep 30 2016, 1:28 PM
dschuff added a reviewer: dschuff.

LGTM. I guess we'll have to update https://github.com/WebAssembly/binaryen/blob/master/src/s2wasm.h#L1102 when it lands too.

This revision is now accepted and ready to land.Sep 30 2016, 1:28 PM
sunfish closed this revision.Oct 6 2016, 3:20 PM

Committed as r283502.