This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f85a6f9ed6d [Transforms] Fix some Clang-tidy modernize and Include What [...] new 94aa10e94b0 [globalisel][tablegen] Add support for fpimm and import of [...] new bfa0442391b [InstCombine] use m_Neg() to reduce code; NFCI
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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 20 +++- .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 49 ++++++++-- .../llvm/Target/GlobalISel/SelectionDAGCompat.td | 2 +- lib/Target/AArch64/AArch64InstructionSelector.cpp | 5 + lib/Target/X86/X86InstrFPStack.td | 16 ++-- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 22 ++--- .../CodeGen/AArch64/GlobalISel/select-constant.mir | 36 ++++++++ test/TableGen/GlobalISelEmitter.td | 82 +++++++++++++++-- utils/TableGen/CodeGenDAGPatterns.cpp | 8 ++ utils/TableGen/CodeGenDAGPatterns.h | 4 + utils/TableGen/GlobalISelEmitter.cpp | 102 +++++++++++++++++---- 11 files changed, 288 insertions(+), 58 deletions(-)