[PATCH] D54604: Automatic variable initialization
JF Bastien via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 29 09:20:07 PST 2019
jfb added a comment.
In D54604#1375514 <https://reviews.llvm.org/D54604#1375514>, @glider wrote:
> Not sure if a similar problem was mentioned already or not, but the following program:
Yes please file a bug. Seems like the optimizer should sink the store enough that it appears only once on each path.
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