[PATCH] D30612: [APInt] Add rvalue reference support to and, or, xor operations to allow their memory allocation to be reused when possible

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 5 17:16:10 PST 2017


craig.topper updated this revision to Diff 90630.
craig.topper added a comment.

Add unit tests. Rebase for the removal of And/Or/Xor methods in r296993.


https://reviews.llvm.org/D30612

Files:
  include/llvm/ADT/APInt.h
  lib/Support/APInt.cpp
  unittests/ADT/APIntTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30612.90630.patch
Type: text/x-patch
Size: 8820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170306/e9ed4cd9/attachment.bin>


More information about the llvm-commits mailing list