[PATCH] [MemCpyOpt] Turn memcpy from just-memset'd source into memset.
Ahmed Bougacha
ahmed.bougacha at gmail.com
Fri May 15 18:37:43 PDT 2015
Thanks for looking into it Daniel!
r237506. FWIW, I realized that std::swap move constructors might me more frequent than I thought, since I don't think there's another way to move a class for which no move constructors was provided (if you can't change it, but have an std::swap specialisation).
-Ahmed
REPOSITORY
rL LLVM
http://reviews.llvm.org/D9682
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list