This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8253e24b39e [DAGCombiner] add (sext i1 X), 1 --> zext (not i1 X) new 516ca41d788 InstCombine: Use the new SimplifyQuery versions of Simplify [...] new 5c3bf01e345 PHITransAddr: Use new SimplifyQuery based API. new 2b0666738c4 NewGVN: Use new SimplifyQuery based API new 988e599a020 Kill the old Simplify* APIs, leave SimplifyInstruction for [...]
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/InstructionSimplify.h | 183 --------------- lib/Analysis/InstructionSimplify.cpp | 260 --------------------- lib/Analysis/PHITransAddr.cpp | 4 +- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 10 +- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 6 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 9 +- lib/Transforms/InstCombine/InstCombineInternal.h | 19 +- .../InstCombine/InstCombineMulDivRem.cpp | 19 +- lib/Transforms/InstCombine/InstCombinePHI.cpp | 2 +- lib/Transforms/InstCombine/InstCombineSelect.cpp | 3 +- lib/Transforms/InstCombine/InstCombineShifts.cpp | 6 +- .../InstCombine/InstCombineVectorOps.cpp | 8 +- .../InstCombine/InstructionCombining.cpp | 50 ++-- lib/Transforms/Scalar/NewGVN.cpp | 22 +- 15 files changed, 81 insertions(+), 524 deletions(-)