[PATCH] D158409: [WebAssembly] Add multiple memories feature

Ashley Nelson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 21 04:31:40 PDT 2023


ashleynh created this revision.
ashleynh added reviewers: aheejin, dschuff, tlively.
Herald added subscribers: pmatos, asb, sunfish, hiraditya, jgravelle-google.
Herald added a project: All.
ashleynh requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

Adding to allow users to get this flag into the target features section for future use cases.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158409

Files:
  clang/include/clang/Driver/Options.td
  clang/lib/Basic/Targets/WebAssembly.cpp
  clang/lib/Basic/Targets/WebAssembly.h
  clang/test/Preprocessor/wasm-target-features.c
  llvm/lib/Target/WebAssembly/WebAssembly.td
  llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
  llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
  llvm/test/CodeGen/WebAssembly/mutable-memories.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158409.551980.patch
Type: text/x-patch
Size: 7165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230821/03a7ab0b/attachment-0001.bin>


More information about the cfe-commits mailing list