[PATCH] D54604: Automatic variable initialization
Alexander Potapenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 5 05:48:36 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 llvm-commits
mailing list