[PATCH] D54604: Automatic variable initialization

Alexander Potapenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 5 05:48:39 PST 2019


glider added a comment.
Herald added a project: LLVM.

I think doing separate stores of 0xAA into struct members instead of copying part of .rodata over it will let us do a much better job in optimizing away redundant stores.
I've opened https://bugs.llvm.org/show_bug.cgi?id=40605 to track that.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54604/new/

https://reviews.llvm.org/D54604





More information about the cfe-commits mailing list