[PATCH] D37300: [WebAssembly] Add target feature for atomics

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 09:06:31 PDT 2017


dschuff created this revision.
Herald added subscribers: aheejin, sbc100, jfb.

This tracks the WebAssembly threads feature proposal at
https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md


https://reviews.llvm.org/D37300

Files:
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
  lib/Target/WebAssembly/WebAssembly.td
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
  lib/Target/WebAssembly/WebAssemblyInstrFormats.td
  lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
  lib/Target/WebAssembly/WebAssemblySubtarget.cpp
  lib/Target/WebAssembly/WebAssemblySubtarget.h
  test/CodeGen/WebAssembly/atomics.ll
  test/CodeGen/WebAssembly/load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37300.113273.patch
Type: text/x-patch
Size: 8122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170830/086247c8/attachment.bin>


More information about the llvm-commits mailing list