Add support for atomic store instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/WebAssembly/WebAssemblyInstrAtomics.td | ||
---|---|---|
207 โ | (On Diff #153744) | ๐ญ๐ญ๐ญ๐ญ๐ญ |
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 153797 llvm/trunk/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
llvm/trunk/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
llvm/trunk/test/CodeGen/WebAssembly/i32-load-store-alignment.ll
llvm/trunk/test/CodeGen/WebAssembly/i64-load-store-alignment.ll
llvm/trunk/test/CodeGen/WebAssembly/offset-atomics.ll
llvm/trunk/test/CodeGen/WebAssembly/store-trunc-atomic.ll
|