This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fb4e566d08a [SLP] Fix test checks, NFC. new 96ed12f5f36 [CodeGen] Print RegClasses on MI in verbose mode
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: include/llvm/CodeGen/MachineBasicBlock.h | 5 +- include/llvm/CodeGen/MachineInstr.h | 10 ++-- include/llvm/CodeGen/MachineOperand.h | 5 +- lib/CodeGen/MIRPrinter.cpp | 4 +- lib/CodeGen/MachineBasicBlock.cpp | 11 +++-- lib/CodeGen/MachineFunction.cpp | 4 +- lib/CodeGen/MachineInstr.cpp | 18 +++---- lib/CodeGen/MachineOperand.cpp | 6 +-- lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 2 +- test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 22 ++++----- test/CodeGen/AArch64/aarch64-stp-cluster.ll | 56 +++++++++++----------- .../AArch64/arm64-misched-forwarding-A53.ll | 2 +- test/CodeGen/AArch64/arm64-misched-memdep-bug.ll | 6 +-- test/CodeGen/ARM/misched-int-basic-thumb2.mir | 22 ++++----- test/CodeGen/ARM/misched-int-basic.mir | 14 +++--- test/CodeGen/ARM/single-issue-r52.mir | 6 +-- test/CodeGen/X86/GlobalISel/x86_64-fallback.ll | 2 +- test/CodeGen/X86/misched-copy.ll | 2 +- unittests/CodeGen/MachineOperandTest.cpp | 6 +-- 19 files changed, 107 insertions(+), 96 deletions(-)