[PATCH] D91222: [WebAssembly] Remove wasm-specific TLS builtins

Sam Clegg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 10 17:56:33 PST 2020


sbc100 created this revision.
Herald added subscribers: llvm-commits, cfe-commits, wingo, ecnelises, sunfish, hiraditya, jgravelle-google, dschuff.
Herald added projects: clang, LLVM.
sbc100 requested review of this revision.
Herald added a subscriber: aheejin.

These builtins don't have any actual users in the real
world.  We can add these back later if we find a genuine
use for them.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91222

Files:
  clang/include/clang/Basic/BuiltinsWebAssembly.def
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/builtins-wasm.c
  llvm/include/llvm/IR/IntrinsicsWebAssembly.td
  llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
  llvm/test/CodeGen/WebAssembly/tls-general-dynamic.ll
  llvm/test/CodeGen/WebAssembly/tls-local-exec.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91222.304366.patch
Type: text/x-patch
Size: 7475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201111/cec2fd65/attachment-0001.bin>


More information about the cfe-commits mailing list