This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 909758a6a6a [ARM] GlobalISel: Add support for G_MUL new f85765dc4f3 [GlobalISel][X86] Split select tests. NFC.
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: .../X86/GlobalISel/{binop-isel.ll => binop.ll} | 0 .../{legalize-const.mir => legalize-constant.mir} | 0 .../X86/GlobalISel/{memop-isel.ll => memop.ll} | 0 test/CodeGen/X86/GlobalISel/select-add.mir | 226 +++++++++++ ...instructionselect.mir => select-frameIndex.mir} | 0 ...6_64-instructionselect.mir => select-memop.mir} | 448 +-------------------- test/CodeGen/X86/GlobalISel/select-sub.mir | 225 +++++++++++ 7 files changed, 455 insertions(+), 444 deletions(-) rename test/CodeGen/X86/GlobalISel/{binop-isel.ll => binop.ll} (100%) rename test/CodeGen/X86/GlobalISel/{legalize-const.mir => legalize-constant.mir} (100%) rename test/CodeGen/X86/GlobalISel/{memop-isel.ll => memop.ll} (100%) create mode 100644 test/CodeGen/X86/GlobalISel/select-add.mir rename test/CodeGen/X86/GlobalISel/{frameIndex-instructionselect.mir => select-fra [...] rename test/CodeGen/X86/GlobalISel/{x86_64-instructionselect.mir => select-memop.m [...] create mode 100644 test/CodeGen/X86/GlobalISel/select-sub.mir