This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 69112bd [X86] Quick fix for build bot failure (r297127) due to unused [...] new dab1f00 [LoopRotate] Update dbg.value intrinsics new f57d023 In Thumb1, materialize a move between low registers as a `mov [...]
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/Target/ARM/Thumb1InstrInfo.cpp | 16 ++++-- lib/Transforms/Scalar/LoopRotation.cpp | 48 ++++++++++++++++-- test/CodeGen/ARM/arm-and-tst-peephole.ll | 6 +-- test/CodeGen/ARM/atomic-cmpxchg.ll | 6 +-- test/CodeGen/ARM/smml.ll | 43 +++++++++------- test/CodeGen/Thumb/copy_thumb.ll | 12 ++--- test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 11 ++-- test/Transforms/LoopRotate/phi-dbgvalue.ll | 79 +++++++++++++++++++++++++++++ 8 files changed, 169 insertions(+), 52 deletions(-) create mode 100644 test/Transforms/LoopRotate/phi-dbgvalue.ll