[PATCH] D74298: Honor -finline-functions and -finline-hint-functions at -O0
David Zarzycki via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 9 13:26:01 PST 2020
davezarzycki added a comment.
Hi @MaskRay – I was just looking at the source history. I didn't test the old way. As it turns out there isn't a regression, but just some unexplained code in the current clang option parsing. And the `-disable-O0-optnone` is a useful hint. Thanks! I've been hacking on clang and trying to get the normal inliner pass to run at -O0, but with no luck so far.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74298/new/
https://reviews.llvm.org/D74298
More information about the cfe-commits
mailing list