[PATCH] D38154: [PassManager] Run global opts after the inliner

Andreas Jonson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 21:50:04 PDT 2017


andjo403 added a comment.

what levels of optimization is used in the tests?
I have only tested the rust projects with -O3 and -O0 due to it is the default when running release/debug builds in rust.
maybe a check of level is needed.


https://reviews.llvm.org/D38154





More information about the llvm-commits mailing list