[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:53:45 PDT 2020
tlively added a comment.
In D85494#2214339 <https://reviews.llvm.org/D85494#2214339>, @aheejin wrote:
> Where are you planning to run that pass? Inlining runs within `opt`, before we can have any chances to run our own passes. You mean clang by 'frontend'? Can we run our own pass in clang?
Yeah, I was just looking at whether targets can run custom passes in clang. I didn't see any precedent for that, but it wouldn't be impossible.
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