[all-commits] [llvm/llvm-project] 582fd4: [WebAssembly] wasm64: fix memory.init operand types

Wouter van Oortmerssen via All-commits all-commits at lists.llvm.org
Mon Aug 10 10:15:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 582fd474ddc0318ca23ade8e22de20df85c492cc
      https://github.com/llvm/llvm-project/commit/582fd474ddc0318ca23ade8e22de20df85c492cc
  Author: Wouter van Oortmerssen <aardappel at gmail.com>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
    M lld/wasm/InputChunks.cpp
    M lld/wasm/OutputSections.cpp
    M lld/wasm/OutputSegment.h
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SymbolTable.h
    M lld/wasm/Writer.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrBulkMemory.td

  Log Message:
  -----------
  [WebAssembly] wasm64: fix memory.init operand types

I had assumed they would all become in i64, but this is not necessary as long as data segments stay 32-bit, see:
https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md

Differential Revision: https://reviews.llvm.org/D85552




More information about the All-commits mailing list