This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5a19c2915c5 [docs] In the CMake primer, correct the description of the [...] new 5b46835851c [GlobalISel][X86] Support G_IMPLICIT_DEF.
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 | 26 ++++ lib/Target/X86/X86LegalizerInfo.cpp | 6 + lib/Target/X86/X86RegisterBankInfo.cpp | 3 +- test/CodeGen/X86/GlobalISel/legalize-undef.mir | 29 +++++ .../X86/GlobalISel/regbankselect-X86_64.mir | 135 +++++++++++++++++++++ test/CodeGen/X86/GlobalISel/select-undef.mir | 71 +++++++++++ test/CodeGen/X86/GlobalISel/undef.ll | 37 ++++++ 7 files changed, 306 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/X86/GlobalISel/legalize-undef.mir create mode 100644 test/CodeGen/X86/GlobalISel/select-undef.mir create mode 100644 test/CodeGen/X86/GlobalISel/undef.ll