[PATCH] D80769: [WebAssembly] Adding 64-bit versions of all load & store ops.

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 17:05:11 PDT 2020


aardappel created this revision.
Herald added subscribers: llvm-commits, jfb, sunfish, aheejin, hiraditya, jgravelle-google, sbc100, dschuff.
Herald added a project: LLVM.

Context: https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md
This is just a first step, adding the new instruction variants while keeping the existing 32-bit functionality working.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80769

Files:
  llvm/lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
  llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80769.267082.patch
Type: text/x-patch
Size: 58668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200529/68adbe5c/attachment-0001.bin>


More information about the llvm-commits mailing list