This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3fc0040 [libFuzzer] better document the -merge=1 flag, part 2 new 464c4e8 [libFuzzer] reshuffle docs new f9451d9 [InstCombine] Fold icmp eq/ne (udiv i32 A, B), 0 -> icmp ugt/ [...] new ce06f03 [libFuzzer] reshuffle docs more
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: docs/LibFuzzer.rst | 72 +++++++++++----------- lib/Transforms/InstCombine/InstCombineCompares.cpp | 12 ++++ test/Transforms/InstCombine/compare-udiv.ll | 41 ++++++++++++ test/Transforms/InstCombine/exact.ll | 8 +++ 4 files changed, 98 insertions(+), 35 deletions(-) create mode 100644 test/Transforms/InstCombine/compare-udiv.ll