[PATCH] D46685: [CodeGen] Disable structor optimizations at -O0

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 10 08:44:27 PDT 2018


rjmccall added a comment.

Can we suppress this optimization only when we can't emit an alias?  An alias shouldn't degrade debugging experience, and it's good to emit less code at -O0.


Repository:
  rC Clang

https://reviews.llvm.org/D46685





More information about the cfe-commits mailing list