[PATCH] D88323: [WebAssembly] Check features before making SjLj vars thread-local

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 11:23:12 PDT 2020


tlively updated this revision to Diff 294373.
tlively added a comment.

- Restore proper pass order. It is important to run CoalesceFeaturesAndStripAtomics before SjLj lowering so that SjLj lowering reads the correctly updated feature string.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88323/new/

https://reviews.llvm.org/D88323

Files:
  llvm/include/llvm/Target/TargetMachine.h
  llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h
  llvm/test/CodeGen/WebAssembly/lower-em-exceptions.ll
  llvm/test/CodeGen/WebAssembly/lower-em-sjlj.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88323.294373.patch
Type: text/x-patch
Size: 8444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200925/8abb9017/attachment.bin>


More information about the llvm-commits mailing list