[PATCH] D65975: [NewPM][PassInstrumentation] IR printing support from clang driver
Taewook Oh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 09:26:23 PDT 2019
twoh added a comment.
@fedor.sergeev Sorry for the late reply. I missed your comment.
I found that with the new pass manager module verifier is not scheduled by default, and AlwaysInlinerPass is the only one scheduled if I provide no -O option. I removed -O2 from the test command and replaced ForceFunctionAttrPass to AlwaysInlinerPass.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65975/new/
https://reviews.llvm.org/D65975
More information about the cfe-commits
mailing list