This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Rename atomic.notify and *.atomic.wait
ClosedPublic

Authored by aheejin on Nov 13 2020, 11:11 AM.

Details

Summary
  • atomic.notify -> memory.atomic.notify
  • i32.atomic.wait -> memory.atomic.wait32
  • i64.atomic.wait -> memory.atomic.wait64

See https://github.com/WebAssembly/threads/pull/149.

Diff Detail

Event Timeline

aheejin created this revision.Nov 13 2020, 11:11 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 13 2020, 11:11 AM
aheejin requested review of this revision.Nov 13 2020, 11:11 AM
tlively accepted this revision.Nov 13 2020, 11:18 AM
This revision is now accepted and ready to land.Nov 13 2020, 11:18 AM
This revision was landed with ongoing or failed builds.Nov 13 2020, 12:05 PM
This revision was automatically updated to reflect the committed changes.