[PATCH] D85494: [WebAssembly] Allow inlining functions with different features

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 16:04:25 PDT 2020


tlively added a comment.

Sounds good, I'll make that change. @alexcrichton, would it be useful to have a separate LLVM pass that applies all features used anywhere in a module to each function in that module? Frontends could run that pass early when compiling to WebAssembly to remove the inlining restrictions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85494



More information about the llvm-commits mailing list