This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d96cf80b81 Use EVT::changeVectorElementTypeToInteger() to convert inde [...] new 09ce1bd00f0 [x86] Mostly reautogenerate a bunch of tests that affect D3 [...]
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: test/CodeGen/MIR/X86/generic-instr-type.mir | 6 +- .../X86/GlobalISel/irtranslator-callingconv.ll | 1232 +++++++++----------- test/CodeGen/X86/GlobalISel/legalize-ext.mir | 87 +- test/CodeGen/X86/GlobalISel/legalize-phi.mir | 188 ++- .../X86/GlobalISel/regbankselect-X86_64.mir | 905 +++++++++----- test/CodeGen/X86/GlobalISel/select-copy.mir | 102 +- test/CodeGen/X86/GlobalISel/select-ext.mir | 100 +- test/CodeGen/X86/GlobalISel/select-frameIndex.mir | 36 - .../select-intrinsic-x86-flags-read-u32.mir | 17 +- .../CodeGen/X86/GlobalISel/select-memop-scalar.mir | 544 +++++++-- test/CodeGen/X86/GlobalISel/select-phi.mir | 201 ++-- test/CodeGen/X86/GlobalISel/select-trunc.mir | 7 +- .../X86/GlobalISel/x32-select-frameIndex.mir | 34 + .../{legalize-GV.mir => x86-legalize-GV.mir} | 5 +- .../X86/GlobalISel/x86-select-frameIndex.mir | 34 + .../{legalize-GV.mir => x86_64-legalize-GV.mir} | 1 - .../X86/GlobalISel/x86_64-select-frameIndex.mir | 34 + 17 files changed, 2112 insertions(+), 1421 deletions(-) delete mode 100644 test/CodeGen/X86/GlobalISel/select-frameIndex.mir create mode 100644 test/CodeGen/X86/GlobalISel/x32-select-frameIndex.mir copy test/CodeGen/X86/GlobalISel/{legalize-GV.mir => x86-legalize-GV.mir} (79%) create mode 100644 test/CodeGen/X86/GlobalISel/x86-select-frameIndex.mir rename test/CodeGen/X86/GlobalISel/{legalize-GV.mir => x86_64-legalize-GV.mir} (85%) create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-select-frameIndex.mir