[PATCH] D31565: [APInt] Move isMask and isShiftedMask out of APIntOps and into the APInt class. Implement them without memory allocation for multiword

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 09:47:43 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL299362: [APInt] Move isMask and isShiftedMask out of APIntOps and into the APInt class. (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D31565?vs=93752&id=93876#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31565

Files:
  llvm/trunk/include/llvm/ADT/APInt.h
  llvm/trunk/lib/Analysis/ScalarEvolution.cpp
  llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonGenExtract.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  llvm/trunk/unittests/ADT/APIntTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31565.93876.patch
Type: text/x-patch
Size: 9649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170403/1f3b1451/attachment.bin>


More information about the llvm-commits mailing list