This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e8fad78d5a5 [AsmParser] Recommit: Hash is not a comment on some targets new 041b4a8eaff [GlobalISel][X86] Support G_BRCOND operation.
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 | 27 ++++++++ lib/Target/X86/X86LegalizerInfo.cpp | 6 ++ test/CodeGen/X86/GlobalISel/brcond.ll | 91 +++++++++++++++++++++++++ test/CodeGen/X86/GlobalISel/legalize-brcond.mir | 58 ++++++++++++++++ test/CodeGen/X86/GlobalISel/select-brcond.mir | 76 +++++++++++++++++++++ 5 files changed, 258 insertions(+) create mode 100644 test/CodeGen/X86/GlobalISel/brcond.ll create mode 100644 test/CodeGen/X86/GlobalISel/legalize-brcond.mir create mode 100644 test/CodeGen/X86/GlobalISel/select-brcond.mir