[PATCH] D30563: [APInt] Implement getLowBitsSet/getHighBitsSet/getBitsSet using setLowBits/setHighBits/setBits

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rL297112: [APInt] Implement getLowBitsSet/getHighBitsSet/getBitsSet using… (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D30563?vs=90433&id=90775#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D30563

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30563.90775.patch
Type: text/x-patch
Size: 4095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170307/4a27cb98/attachment.bin>


More information about the llvm-commits mailing list