This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5d55323 [X86][AVX] Fixed typo in test names new 259dd35 [X86][AVX512] Added AVX512 subvector broadcast tests new d9f3c5e add tests related to PR28466
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: test/CodeGen/X86/avx512-vbroadcasti128.ll | 326 ++++++++++++++++++++++++++++++ test/CodeGen/X86/avx512-vbroadcasti256.ll | 138 +++++++++++++ test/Transforms/InstSimplify/select.ll | 61 +++++- 3 files changed, 524 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/X86/avx512-vbroadcasti128.ll create mode 100644 test/CodeGen/X86/avx512-vbroadcasti256.ll