rjmccall added inline comments.
================ Comment at: lib/CodeGen/CGExpr.cpp:521 + CGM.getCodeGenOpts().OptimizationLevel > 0 && + !CGM.getCodeGenOpts().SanitizeAddressUseAfterScope) { + OldConditional = OutermostConditional; ---------------- Why only when optimization is enabled? This seems like a nice improvement regardless. Also, please mention why this is disabled for destructed types in the comment, not just the commit message. https://reviews.llvm.org/D50286 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits