[PATCH] D82821: [WebAssembly] Added 64-bit memory.grow/size/init/copy/fill
    Wouter van Oortmerssen via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jun 29 16:39:13 PDT 2020
    
    
  
aardappel created this revision.
aardappel added reviewers: dschuff, tlively.
Herald added subscribers: llvm-commits, sunfish, aheejin, hiraditya, jgravelle-google, sbc100.
Herald added a project: LLVM.
aardappel added a comment.
@tlively I have no idea if my changes in IntrinsicsWebAssembly.td make sense, they merely pass the tests ;) please advise.
This covers both the existing memory functions as well as the new bulk memory proposal.
Added new test files since changes where also required in the inputs.
Repository:
  rG LLVM Github Monorepo
https://reviews.llvm.org/D82821
Files:
  llvm/include/llvm/IR/IntrinsicsWebAssembly.td
  llvm/lib/Target/WebAssembly/WebAssemblyInstrBulkMemory.td
  llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
  llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.cpp
  llvm/test/CodeGen/WebAssembly/bulk-memory64.ll
  llvm/test/CodeGen/WebAssembly/memory-addr64.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82821.274285.patch
Type: text/x-patch
Size: 16632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200629/5cc0e386/attachment.bin>
    
    
More information about the llvm-commits
mailing list