This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b2f3da0 [GlobalISel] Simplify StringRef parameters. NFC. new 97b3cf4 Object: pad BSD ar string table to 4-bytes new 4b9bffa [X86] Clzero intrinsic and its addition under znver1
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: include/llvm/IR/IntrinsicsX86.td | 7 +++++++ lib/Object/ArchiveWriter.cpp | 4 ++++ lib/Support/Host.cpp | 4 ++++ lib/Target/X86/X86.td | 3 +++ lib/Target/X86/X86ISelLowering.cpp | 25 +++++++++++++++++++++++++ lib/Target/X86/X86InstrInfo.td | 16 ++++++++++++++-- lib/Target/X86/X86Schedule.td | 1 + lib/Target/X86/X86Subtarget.cpp | 1 + lib/Target/X86/X86Subtarget.h | 4 ++++ test/CodeGen/X86/clzero.ll | 23 +++++++++++++++++++++++ test/MC/Disassembler/X86/x86-32.txt | 3 +++ test/MC/X86/x86-32.s | 8 ++++++++ test/MC/X86/x86-64.s | 8 ++++++++ 13 files changed, 105 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/X86/clzero.ll