This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 06b4dd6a1f3 Remove trailing whitespace new 311afa808c9 [LTO] Update tests for r320905 new 196a5608573 [X86] Add 128 and 256-bit VPOPCNTDQ instructions. Adjust so [...] new 4f44d460232 [PowerPC, AsmParser] Enable the mnemonic spell corrector
The 3 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/PowerPC/AsmParser/PPCAsmParser.cpp | 17 ++- lib/Target/X86/X86InstrAVX512.td | 97 ++++++---------- test/CodeGen/X86/vector-popcnt-128.ll | 27 +++++ test/CodeGen/X86/vector-popcnt-256.ll | 30 +++++ test/CodeGen/X86/vector-tzcnt-128.ll | 135 ++++++++++++++++++++++ test/CodeGen/X86/vector-tzcnt-256.ll | 99 ++++++++++++++++ test/MC/PowerPC/invalid-instructions-spellcheck.s | 44 +++++++ test/ThinLTO/X86/deadstrip.ll | 2 +- test/ThinLTO/X86/dicompositetype-unique.ll | 2 +- 9 files changed, 385 insertions(+), 68 deletions(-) create mode 100644 test/MC/PowerPC/invalid-instructions-spellcheck.s