[PATCH] D37355: Add CalledValuePropagation pass

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 06:51:38 PDT 2017


dberlin added a comment.

Also, if you used sets, you could just use set.swap in the constructor (or move constructors) to avoid the extra copying.


https://reviews.llvm.org/D37355





More information about the llvm-commits mailing list