This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5a8bc70a2d0 AMDGPU/GlobalISel: Don't try to lower hull shaders new 481686fbc11 [MachineVerifier][GlobalISel] NFC, Improving MO printing an [...] new 297777e34fd [MachineVerifier][GlobalISel] Checking that generic instrs [...]
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: include/llvm/CodeGen/MachineOperand.h | 6 +++ lib/CodeGen/MachineInstr.cpp | 8 +++- lib/CodeGen/MachineOperand.cpp | 8 +++- lib/CodeGen/MachineVerifier.cpp | 59 ++++++++++++++++----------- test/CodeGen/X86/verifier-generic-types-1.mir | 32 +++++++++++++++ test/CodeGen/X86/verifier-generic-types-2.mir | 26 ++++++++++++ 6 files changed, 112 insertions(+), 27 deletions(-) create mode 100644 test/CodeGen/X86/verifier-generic-types-1.mir create mode 100644 test/CodeGen/X86/verifier-generic-types-2.mir