This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5861418 Simplify std::all_of/any_of predicates by using llvm::all_of/ [...] new 215450c [libfuzzer] replacing unittest for truncate_units with functi [...] new 07cea65 [X86][AVX2] Regenerate avx2 vector shift tests new f31f603 IRLinker: fix double scheduling of mapping a global value bec [...] new f29dafd ValueMaterializer: fuse materializeDeclFor and materializeIni [...] new 055a0c9 ValueMaterializer: rename materializeDeclFor() to materialize() new 4920830 fix typo; NFC
The 6 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: .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 2 +- include/llvm/Transforms/Utils/ValueMapper.h | 12 +- lib/Fuzzer/test/CMakeLists.txt | 1 + .../test/{UninstrumentedTest.cpp => EmptyTest.cpp} | 6 +- lib/Fuzzer/test/FuzzerUnittest.cpp | 22 - lib/Fuzzer/test/fuzzer-trunc.test | 10 + lib/Linker/IRMover.cpp | 63 +-- lib/Transforms/Utils/ValueMapper.cpp | 8 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- test/CodeGen/X86/avx2-vector-shifts.ll | 442 +++++++++++---------- test/Linker/alias-3.ll | 13 + 11 files changed, 293 insertions(+), 288 deletions(-) copy lib/Fuzzer/test/{UninstrumentedTest.cpp => EmptyTest.cpp} (78%) create mode 100644 lib/Fuzzer/test/fuzzer-trunc.test create mode 100644 test/Linker/alias-3.ll