This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f9de76f9874 [IndVars] Canonicalize comparisons between non-negative val [...] new 71e8bec63a1 [globalisel][tablegen] Added instruction emission to the st [...]
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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 68 ++++ .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 3 +- lib/CodeGen/GlobalISel/InstructionSelector.cpp | 153 +++++++++ test/TableGen/GlobalISelEmitter.td | 376 ++++++++++++--------- utils/TableGen/GlobalISelEmitter.cpp | 210 ++++++------ 5 files changed, 549 insertions(+), 261 deletions(-)