This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 379e7c2 Fix PR 24415 (at least), by making our post-dominator tree be [...] new 27a5a29 [libFuzzer] remove usage of the old coverage instrumentation new b45bb28 [Hexagon] Generate extract instructions more aggressively
The 2 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/Fuzzer/FuzzerExtFunctions.def | 6 - lib/Fuzzer/FuzzerInternal.h | 5 - lib/Fuzzer/FuzzerLoop.cpp | 59 --------- lib/Target/Hexagon/HexagonBitSimplify.cpp | 202 +++++++++++++++++++++++++++++- test/CodeGen/Hexagon/bit-extract.ll | 75 +++++++++++ test/CodeGen/Hexagon/bit-validate-reg.ll | 5 +- test/CodeGen/Hexagon/fusedandshift.ll | 2 +- test/CodeGen/Hexagon/vect/vect-shuffle.ll | 2 +- 8 files changed, 282 insertions(+), 74 deletions(-) create mode 100644 test/CodeGen/Hexagon/bit-extract.ll