[PATCH] D32931: [KnownBits] Add bit counting methods to KnownBits struct and use them where possible

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 10:34:02 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL302925: [KnownBits] Add bit counting methods to KnownBits struct and use them where… (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D32931?vs=98047&id=98798#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32931

Files:
  llvm/trunk/include/llvm/Support/KnownBits.h
  llvm/trunk/lib/Analysis/DemandedBits.cpp
  llvm/trunk/lib/Analysis/InstructionSimplify.cpp
  llvm/trunk/lib/Analysis/ScalarEvolution.cpp
  llvm/trunk/lib/Analysis/ValueTracking.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/XCore/XCoreISelLowering.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/trunk/lib/Transforms/Utils/BypassSlowDivision.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32931.98798.patch
Type: text/x-patch
Size: 26867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170512/05f155a3/attachment.bin>


More information about the llvm-commits mailing list