This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from faeaa17224a [ORC] Refactor the various lookupFlags methods to return th [...] new 6ab5bbcc087 Add support for pattern matching MachineInsts.
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/MIPatternMatch.h | 273 +++++++++++++++++ include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 18 ++ unittests/CodeGen/GlobalISel/CMakeLists.txt | 9 +- unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 329 +++++++++++++++++++++ 4 files changed, 628 insertions(+), 1 deletion(-) create mode 100644 include/llvm/CodeGen/GlobalISel/MIPatternMatch.h create mode 100644 unittests/CodeGen/GlobalISel/PatternMatchTest.cpp