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

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 21:48:26 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL297121: [APInt] Add rvalue reference support to and, or, xor operations to allow their… (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D30612?vs=90630&id=90791#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D30612

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30612.90791.patch
Type: text/x-patch
Size: 8114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170307/6a6ad97b/attachment.bin>


More information about the llvm-commits mailing list