This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d7d9e379b55 [CodeGen] Unify the syntax of MBB liveins in MIR and -debug output new 5aa15f49a29 [GISel]: Verify COPIES involving generic registers.
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: lib/CodeGen/MachineVerifier.cpp | 30 ++++++++++++++++++++ .../AArch64/GlobalISel/legalize-combines.mir | 2 +- test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir | 7 +++-- test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir | 2 +- test/CodeGen/AArch64/GlobalISel/legalize-or.mir | 7 +++-- test/CodeGen/MIR/AArch64/intrinsics.mir | 4 +-- test/CodeGen/MIR/AMDGPU/intrinsics.mir | 4 +-- test/Verifier/test_copy.mir | 33 ++++++++++++++++++++++ test/Verifier/test_copy_mismatch_types.mir | 31 ++++++++++++++++++++ 9 files changed, 108 insertions(+), 12 deletions(-) create mode 100644 test/Verifier/test_copy.mir create mode 100644 test/Verifier/test_copy_mismatch_types.mir