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

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 20:27:51 PDT 2020


tlively added a comment.

@alexcrichton As someone who works on an LLVM frontend, do you think the possibility that a feature can be "forgotten" would be worth introducing a restriction that functions can only be inlined into other functions that have a superset of their features?


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