[PATCH] D27560: Always run GlobalDCE at O0
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 13 17:25:48 PST 2016
chandlerc added a comment.
Personally, I would much rather teach Clang to not emit code than run a pass at O0. I really would like to preserve the ability to use O0 to understand why LLVM is misbehaving.
(The fact that we need to run the always inliner at O0 is already somewhat frustrating, I think it makes sense to resist worsening that situation.)
https://reviews.llvm.org/D27560
More information about the llvm-commits
mailing list