This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 35a5cc8b497 [SCEV] Add explicit representations of umin/smin new 4079beaf423 [JITLink] Fix some copy/paste related typos in a test case. new 8c101025dc2 [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code line [...]
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/Transforms/Utils/BasicBlockUtils.cpp | 8 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 20 +++- .../JITLink/X86/MachO_x86-64_relocations.s | 41 +++---- 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 +- 12 files changed, 376 insertions(+), 49 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