This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c1bb4264f7e Fix an improperly placed curly bracket. NFC. new 6ab1190a77f [GlobalISel][X86] Split memop test file. 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: .../{memop-x32.ll => memop-scalar-x32.ll} | 0 .../X86/GlobalISel/{memop.ll => memop-scalar.ll} | 64 +-------- test/CodeGen/X86/GlobalISel/memop-vec.ll | 39 ++++++ ...t-memop-x32.mir => select-memop-scalar-x32.mir} | 0 .../{select-memop.mir => select-memop-scalar.mir} | 137 -------------------- test/CodeGen/X86/GlobalISel/select-memop-v128.mir | 143 +++++++++++++++++++++ 6 files changed, 184 insertions(+), 199 deletions(-) rename test/CodeGen/X86/GlobalISel/{memop-x32.ll => memop-scalar-x32.ll} (100%) rename test/CodeGen/X86/GlobalISel/{memop.ll => memop-scalar.ll} (50%) create mode 100644 test/CodeGen/X86/GlobalISel/memop-vec.ll rename test/CodeGen/X86/GlobalISel/{select-memop-x32.mir => select-memop-scalar-x3 [...] rename test/CodeGen/X86/GlobalISel/{select-memop.mir => select-memop-scalar.mir} (75%) create mode 100644 test/CodeGen/X86/GlobalISel/select-memop-v128.mir