This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cf066a1fa22 [GlobalISel][X86] G_LOAD/G_STORE pointer selection support. new 9b90bf6ceef [GlobalISel][X86] G_SEXT/G_ZEXT support. new 6e2055b7da0 [X86] Add tests for opportunities to improve known bits for [...]
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/X86LegalizerInfo.cpp | 20 +++ test/CodeGen/X86/GlobalISel/ext-x86-64.ll | 29 ++++ test/CodeGen/X86/GlobalISel/ext.ll | 64 ++++++++ .../CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir | 172 +++++++++++++++++++++ test/CodeGen/X86/GlobalISel/legalize-ext.mir | 116 ++++++++++++++ test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir | 66 ++++++++ test/CodeGen/X86/GlobalISel/select-ext.mir | 129 ++++++++++++++++ test/CodeGen/X86/clz.ll | 93 +++++++++++ 8 files changed, 689 insertions(+) create mode 100644 test/CodeGen/X86/GlobalISel/ext-x86-64.ll create mode 100644 test/CodeGen/X86/GlobalISel/ext.ll create mode 100644 test/CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir create mode 100644 test/CodeGen/X86/GlobalISel/legalize-ext.mir create mode 100644 test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir create mode 100644 test/CodeGen/X86/GlobalISel/select-ext.mir