This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6a983388973 [llvm-readobj] - Do not use precompiled binary in elf-broke [...] new 6c60c71a4e7 [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code line [...]
The 1 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/Utils/BasicBlockUtils.cpp | 8 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 20 ++- test/DebugInfo/AArch64/inlined-argument.ll | 149 +++++++++++---------- test/Transforms/LoopIdiom/bcmp-debugify-remarks.ll | 52 +++---- .../LoopIdiom/memset-debugify-remarks.ll | 16 +-- test/Transforms/LoopSimplify/dbg-loc.ll | 2 +- test/Transforms/LoopSimplify/do-preheader-dbg.ll | 122 +++++++++++++++++ test/Transforms/LoopSimplify/for-preheader-dbg.ll | 102 ++++++++++++++ test/Transforms/LoopUnroll/runtime-loop1.ll | 16 +-- .../X86/vectorization-remarks-missed.ll | 12 +- .../X86/vectorization-remarks-profitable.ll | 4 +- test/Transforms/LoopVectorize/debugloc.ll | 9 +- test/Transforms/LoopVectorize/fix-reduction-dbg.ll | 87 ++++++++++++ test/Transforms/LoopVectorize/unsafe-dep-remark.ll | 2 +- 14 files changed, 465 insertions(+), 136 deletions(-) create mode 100755 test/Transforms/LoopSimplify/do-preheader-dbg.ll create mode 100755 test/Transforms/LoopSimplify/for-preheader-dbg.ll create mode 100755 test/Transforms/LoopVectorize/fix-reduction-dbg.ll