This is an archive of the discontinued LLVM Phabricator instance.

Use hasLocalStorage() to identify unnecessary copy initializations to exclude static local variables.
ClosedPublic

Authored by flx on Dec 30 2015, 2:52 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

flx updated this revision to Diff 43777.Dec 30 2015, 2:52 AM
flx retitled this revision from to Use hasLocalStorage() to identify unnecessary copy initializations to exclude static local variables..
flx updated this object.
flx added a reviewer: alexfh.
alexfh accepted this revision.Dec 30 2015, 2:57 AM
alexfh edited edge metadata.

LG. I'll commit the patch.

This revision is now accepted and ready to land.Dec 30 2015, 2:57 AM
flx added a comment.Dec 30 2015, 3:02 AM

Thanks, Alex!

This revision was automatically updated to reflect the committed changes.