[PATCH] D85494: [WebAssembly] Allow inlining functions with different features
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 16:29:53 PDT 2020
aheejin added a comment.
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?
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