Add support for atomic store instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 19947 Build 19947: arc lint + arc unit
Paths
| Differential D48839
[WebAssembly] Support for atomic stores ClosedPublic Authored by aheejin on Jul 2 2018, 9:40 AM.
Details Summary Add support for atomic store instructions.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100. Β· View Herald TranscriptJul 2 2018, 9:40 AM This revision is now accepted and ready to land.Jul 2 2018, 1:03 PM Closed by commit rL336145: [WebAssembly] Support for atomic stores (authored by aheejin). Β· Explain WhyJul 2 2018, 2:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 153743 lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
lib/Target/WebAssembly/WebAssemblyInstrMemory.td
lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
test/CodeGen/WebAssembly/i32-load-store-alignment.ll
test/CodeGen/WebAssembly/i64-load-store-alignment.ll
test/CodeGen/WebAssembly/offset-atomics.ll
test/CodeGen/WebAssembly/store-trunc-atomic.ll
|
πππππ