[all-commits] [llvm/llvm-project] 902ea5: [WebAssembly] Rename atomic.notify and *.atomic.wait
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Fri Nov 13 12:05:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 902ea588eab849e7254d3bc76abf32d833ac0dd6
https://github.com/llvm/llvm-project/commit/902ea588eab849e7254d3bc76abf32d833ac0dd6
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2020-11-13 (Fri, 13 Nov 2020)
Changed paths:
M clang/include/clang/Basic/BuiltinsWebAssembly.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/builtins-wasm.c
M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
M llvm/test/CodeGen/WebAssembly/atomic-fence.mir
M llvm/test/CodeGen/WebAssembly/offset-atomics.ll
M llvm/test/MC/WebAssembly/atomics-encodings.s
M llvm/test/MC/WebAssembly/basic-assembly.s
Log Message:
-----------
[WebAssembly] Rename atomic.notify and *.atomic.wait
- 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.
Reviewed By: tlively
Differential Revision: https://reviews.llvm.org/D91447
More information about the All-commits
mailing list