[PATCH] D33166: [ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 14 23:53:01 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL303035: [ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits. (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D33166?vs=98908&id=98948#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33166

Files:
  llvm/trunk/include/llvm/Analysis/ValueTracking.h
  llvm/trunk/lib/Analysis/BasicAliasAnalysis.cpp
  llvm/trunk/lib/Analysis/InstructionSimplify.cpp
  llvm/trunk/lib/Analysis/ScalarEvolution.cpp
  llvm/trunk/lib/Analysis/ValueTracking.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCasts.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33166.98948.patch
Type: text/x-patch
Size: 17760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170515/1b7d04e8/attachment.bin>


More information about the llvm-commits mailing list