[PATCH] D31572: [APInt] Allow GreatestCommonDivisor to take rvalue inputs efficiently. Use moves instead of copies in the loop.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 1 12:02:58 PDT 2017


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Looks fine (:


https://reviews.llvm.org/D31572





More information about the llvm-commits mailing list