This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6892afb33a7 [ValueTracking] add test for non-canonical shuffle; NFC new 7a01cbd4a15 ARMExpandPseudoInsts: Fix CMP_SWAP expansion adding a kill [...] new b11a4e59cca [DebugInfo][InstMerge] Fix -debugify for phi node created b [...]
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/ARMExpandPseudoInsts.cpp | 9 ++++--- lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 1 + test/CodeGen/ARM/cmpxchg.mir | 24 ++++++++++++++++++ test/Transforms/InstMerge/st_sink_check_debug.ll | 32 ++++++++++++++++++++++++ 4 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/ARM/cmpxchg.mir create mode 100644 test/Transforms/InstMerge/st_sink_check_debug.ll