This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add type prefixes to call instructions
ClosedPublic

Authored by sunfish on Dec 13 2015, 5:04 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

sunfish updated this revision to Diff 42678.Dec 13 2015, 5:04 PM
sunfish retitled this revision from to [WebAssembly] Add type prefixes to call instructions.
sunfish updated this object.
sunfish set the repository for this revision to rL LLVM.
sunfish added subscribers: jfb, dschuff, kripken.
dschuff accepted this revision.Dec 14 2015, 2:24 PM
dschuff added a reviewer: dschuff.

This seems like a good idea for LLVM's current .s format.

This revision is now accepted and ready to land.Dec 14 2015, 2:24 PM
jfb accepted this revision.Dec 14 2015, 2:37 PM
jfb added a reviewer: jfb.

Agreed, lgtm.

This revision was automatically updated to reflect the committed changes.