This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Mark element atomic memcpy/memmove intrinsics as unsupported
ClosedPublic

Authored by aheejin on Jul 12 2017, 12:53 PM.

Details

Summary

Element atomic intrinsicAtomic instructions are not yet supported in WebAssembly, so we mark them as
unsupported for the moment.

Event Timeline

aheejin created this revision.Jul 12 2017, 12:53 PM
sbc100 accepted this revision.Jul 12 2017, 1:08 PM

Thanks!

This revision is now accepted and ready to land.Jul 12 2017, 1:08 PM
aheejin updated this revision to Diff 106297.Jul 12 2017, 1:42 PM

Made atomic memcpy/memmove intrinsics as unsupported for now. And also made the comments consistent with the up-to-date intrinsic names.

aheejin retitled this revision from [WebAssembly] Add element atomic memmove intrinsics to runtime library calls to [WebAssembly] Mark element atomic memcpy/memmove intrinsics as unsupported.Jul 12 2017, 1:45 PM
aheejin edited the summary of this revision. (Show Details)
sbc100 accepted this revision.Jul 12 2017, 1:45 PM
dschuff accepted this revision.Jul 12 2017, 1:48 PM

LGTM.
Looking forward to reversing all of this soon :)

aheejin closed this revision.Jul 12 2017, 1:50 PM