This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df7c2a2c93e [LLVM-C] Redo unnamed_address attribute bindings new 5b80a6538b6 [GlobalIsel][X86] Support for G_ZEXT instruction
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: lib/Target/X86/X86InstructionSelector.cpp | 64 ++++ test/CodeGen/X86/GlobalISel/x86_64-irtranslator.ll | 131 ++++++++ .../X86/GlobalISel/x86_64-legalize-zext.mir | 322 ++++++++++++++++++ test/CodeGen/X86/GlobalISel/x86_64-select-zext.mir | 359 +++++++++++++++++++++ 4 files changed, 876 insertions(+) create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-irtranslator.ll create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-legalize-zext.mir create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-select-zext.mir