This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a4690f8 [CodeGen] Fix some Clang-tidy modernize and Include What You [...] new 7a25257 [CodeGen]: BlockPlacement: Apply const liberally. NFC new 286f20b [CodeGen]: BlockPlacement: Skip extraneous logging. new e922258 MachineCopyPropagation: Do not consider undef operands as clobbers new b6384b2 MachineCopyPropagation: Respect implicit operands of COPY
The 4 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/CodeGen/MachineBlockPlacement.cpp | 203 +++++++++++++++++---------------- lib/CodeGen/MachineCopyPropagation.cpp | 56 +++++---- test/CodeGen/ARM/machine-copyprop.mir | 22 ++++ test/CodeGen/X86/copy-propagation.ll | 33 ++---- 4 files changed, 169 insertions(+), 145 deletions(-) create mode 100644 test/CodeGen/ARM/machine-copyprop.mir