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

Alex Crichton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 07:59:55 PDT 2020


alexcrichton added a comment.

Yeah adding a pass to propagate the superset of all functions features to all functions sounds reasonable to me, it would be easy enough for that to be added to the pass manager on a wasm-specific basis.


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