[PATCH] D33431: [ValueTracking] Convert most of the calls to computeKnownBits to use the version that returns the KnownBits obje
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 22 23:57:59 PDT 2017
craig.topper created this revision.
Herald added a subscriber: mzolotukhin.
This continues the changes started when computeSignBit was replaced with this new version of computeKnowBits.
https://reviews.llvm.org/D33431
Files:
include/llvm/Analysis/ValueTracking.h
lib/Analysis/ConstantFolding.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/Lint.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ValueTracking.cpp
lib/Transforms/InstCombine/InstCombineAddSub.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/InstCombine/InstCombineCasts.cpp
lib/Transforms/InstCombine/InstCombineCompares.cpp
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Scalar/GuardWidening.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33431.99852.patch
Type: text/x-patch
Size: 18539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170523/064c2e5a/attachment.bin>
More information about the llvm-commits
mailing list