This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d6cfa979f7 [X86][SSE] Add more exhaustive masked load/store tests new 98514317dd2 [X86] Split expandload and compressstore tests new faa1b772d97 [llvm-exegesis][X86] Handle CMOVcc/SETcc OPERAND_COND_CODE [...]
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: ...{compress_expand.ll => masked_compressstore.ll} | 222 +++------------------ test/CodeGen/X86/masked_expandload.ll | 198 ++++++++++++++++++ test/tools/llvm-exegesis/X86/latency-CMOV32rr.s | 9 + tools/llvm-exegesis/lib/SnippetGenerator.cpp | 31 +-- tools/llvm-exegesis/lib/SnippetGenerator.h | 3 +- tools/llvm-exegesis/lib/Target.cpp | 24 +++ tools/llvm-exegesis/lib/Target.h | 8 + tools/llvm-exegesis/lib/X86/Target.cpp | 21 ++ 8 files changed, 299 insertions(+), 217 deletions(-) rename test/CodeGen/X86/{compress_expand.ll => masked_compressstore.ll} (54%) create mode 100644 test/CodeGen/X86/masked_expandload.ll create mode 100644 test/tools/llvm-exegesis/X86/latency-CMOV32rr.s