[PATCH] D56645: [WebAssembly] Remove old intrinsics

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 13 00:38:25 PST 2019


sunfish created this revision.
sunfish added reviewers: sbc100, dschuff, aheejin.
Herald added subscribers: llvm-commits, jgravelle-google.

This removes the old `grow_memory` and `mem.grow`-style intrinsics, leaving just the `memory.grow`-style intrinsics.

The new intrinsics have been in place since 2018-05-31, and in this context I think this is enough time for compatibility.


Repository:
  rL LLVM

https://reviews.llvm.org/D56645

Files:
  include/llvm/IR/IntrinsicsWebAssembly.td
  lib/Target/WebAssembly/WebAssemblyInstrMemory.td
  tools/clang/include/clang/Basic/BuiltinsWebAssembly.def
  tools/clang/lib/CodeGen/CGBuiltin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56645.181465.patch
Type: text/x-patch
Size: 5692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190113/cb43dfc0/attachment.bin>


More information about the llvm-commits mailing list