This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7a02b7083f2 [GVN] Prevent LoadPRE from hoisting across instructions tha [...] new 96eb407340c [X86] Added tests for TESTM and TESTNM (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: test/CodeGen/X86/avx512bw-vec-test-testn.ll | 161 ++++++++ test/CodeGen/X86/avx512bwvl-vec-test-testn.ll | 320 ++++++++++++++++ test/CodeGen/X86/avx512f-vec-test-testn.ll | 163 +++++++++ test/CodeGen/X86/avx512vl-vec-test-testn.ll | 504 ++++++++++++++++++++++++++ 4 files changed, 1148 insertions(+) create mode 100644 test/CodeGen/X86/avx512bw-vec-test-testn.ll create mode 100644 test/CodeGen/X86/avx512bwvl-vec-test-testn.ll create mode 100644 test/CodeGen/X86/avx512f-vec-test-testn.ll create mode 100644 test/CodeGen/X86/avx512vl-vec-test-testn.ll