This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8fa7bb4 [Hexagon, TableGen] Fix some Clang-tidy modernize and Include [...] new 7a2e65f [InstCombine] Combine adds across a zext new 7f769ab [InstCombine] Move casts around shift operations new cc80c5c [InstCombine] Add a test for r290733
The 3 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: lib/Transforms/InstCombine/InstCombineAddSub.cpp | 12 ++++ lib/Transforms/InstCombine/InstCombineShifts.cpp | 19 +++++++ test/Transforms/InstCombine/add.ll | 12 ++++ test/Transforms/InstCombine/rem.ll | 10 ++-- test/Transforms/InstCombine/shift.ll | 12 ++++ test/Transforms/InstCombine/sink-zext.ll | 71 ++++++++++++++++++++++++ 6 files changed, 131 insertions(+), 5 deletions(-) create mode 100644 test/Transforms/InstCombine/sink-zext.ll