[PATCH] D32415: [APInt] Add ashrInPlace method and rewrite in ashr using it.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 10:31:50 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL301198: [APInt] Add ashrInPlace method and rewrite ashr to make a copy and then call… (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D32415?vs=96345&id=96423#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32415

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32415.96423.patch
Type: text/x-patch
Size: 8939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170424/2af72080/attachment.bin>


More information about the llvm-commits mailing list