This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 542224fdbbb [GlobalISel][TableGen] Fix the statistics for emitted patters new 723eb1a922a [GISel]: Implement GlobalISel combiner API.
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: include/llvm/CodeGen/GlobalISel/Combiner.h | 43 +++++++++++++ include/llvm/CodeGen/GlobalISel/CombinerHelper.h | 44 +++++++++++++ include/llvm/CodeGen/GlobalISel/CombinerInfo.h | 47 ++++++++++++++ lib/CodeGen/GlobalISel/CMakeLists.txt | 2 + lib/CodeGen/GlobalISel/Combiner.cpp | 81 ++++++++++++++++++++++++ lib/CodeGen/GlobalISel/CombinerHelper.cpp | 41 ++++++++++++ 6 files changed, 258 insertions(+) create mode 100644 include/llvm/CodeGen/GlobalISel/Combiner.h create mode 100644 include/llvm/CodeGen/GlobalISel/CombinerHelper.h create mode 100644 include/llvm/CodeGen/GlobalISel/CombinerInfo.h create mode 100644 lib/CodeGen/GlobalISel/Combiner.cpp create mode 100644 lib/CodeGen/GlobalISel/CombinerHelper.cpp