[PATCH] D32376: [ValueTracking] Introduce a KnownBits struct to wrap the two APInts for computeKnownBits

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 09:53:01 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL301432: [ValueTracking] Introduce a KnownBits struct to wrap the two APInts for… (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D32376?vs=96610&id=96773#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32376

Files:
  llvm/trunk/include/llvm/Analysis/DemandedBits.h
  llvm/trunk/include/llvm/Analysis/ValueTracking.h
  llvm/trunk/include/llvm/Support/KnownBits.h
  llvm/trunk/lib/Analysis/ConstantFolding.cpp
  llvm/trunk/lib/Analysis/DemandedBits.cpp
  llvm/trunk/lib/Analysis/InstructionSimplify.cpp
  llvm/trunk/lib/Analysis/Lint.cpp
  llvm/trunk/lib/Analysis/ScalarEvolution.cpp
  llvm/trunk/lib/Analysis/ValueTracking.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCasts.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/trunk/lib/Transforms/InstCombine/InstCombineSelect.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/trunk/lib/Transforms/Scalar/GuardWidening.cpp
  llvm/trunk/lib/Transforms/Utils/BypassSlowDivision.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/trunk/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32376.96773.patch
Type: text/x-patch
Size: 164404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170426/b53f6fa0/attachment.bin>


More information about the llvm-commits mailing list