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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 1 09:55:41 PDT 2017


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

Adjust comment to include numBits parameter


https://reviews.llvm.org/D31565

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31565.93752.patch
Type: text/x-patch
Size: 10026 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170401/ec21f501/attachment.bin>


More information about the llvm-commits mailing list