This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 965ed082b4d [llvm-mca] Remove redundant namespace prefixes. NFC new edfa885345d Split invocations in CodeGen/X86/cpus.ll among multiple tes [...]
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/X86/cpus-amd.ll | 32 +++++++++ test/CodeGen/X86/cpus-intel.ll | 52 ++++++++++++++ test/CodeGen/X86/cpus-no-x86_64.ll | 37 ++++++++++ test/CodeGen/X86/cpus-other.ll | 21 ++++++ test/CodeGen/X86/cpus.ll | 137 ------------------------------------- 5 files changed, 142 insertions(+), 137 deletions(-) create mode 100644 test/CodeGen/X86/cpus-amd.ll create mode 100644 test/CodeGen/X86/cpus-intel.ll create mode 100644 test/CodeGen/X86/cpus-no-x86_64.ll create mode 100644 test/CodeGen/X86/cpus-other.ll delete mode 100644 test/CodeGen/X86/cpus.ll