This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove old intrinsics
ClosedPublic

Authored by sunfish on Jan 13 2019, 12:38 AM.

Details

Summary

This removes the old grow_memory and mem.grow-style intrinsics, leaving just the memory.grow-style intrinsics.

The new intrinsics have been in place since 2018-05-31, and in this context I think this is enough time for compatibility.

Diff Detail

Repository
rL LLVM

Event Timeline

sunfish created this revision.Jan 13 2019, 12:38 AM
aheejin accepted this revision.Jan 13 2019, 12:32 PM
This revision is now accepted and ready to land.Jan 13 2019, 12:32 PM
dschuff accepted this revision.Jan 14 2019, 8:55 AM
This revision was automatically updated to reflect the committed changes.