This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2cf83fd [CostModel][X86] Add support for broadcast shuffle costs new 1326ed9 less braces; NFC new 34ed20a [X86] Add test cases that cover pr31551. NFC.
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: lib/Target/X86/X86ISelLowering.cpp | 3 +- test/CodeGen/X86/shuffle-vs-trunc-128.ll | 481 +++++++++++++++++++++++ test/CodeGen/X86/shuffle-vs-trunc-256.ll | 629 +++++++++++++++++++++++++++++++ test/CodeGen/X86/shuffle-vs-trunc-512.ll | 537 ++++++++++++++++++++++++++ 4 files changed, 1648 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/X86/shuffle-vs-trunc-128.ll create mode 100644 test/CodeGen/X86/shuffle-vs-trunc-256.ll create mode 100644 test/CodeGen/X86/shuffle-vs-trunc-512.ll