This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 225c6a9d5c1 [X86] Revert the SLM part of r328914. new b9f22e8394f [GISel] Refactor MachineIRBuilder to allow transformations [...]
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: .../CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h | 134 ++++++ include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 292 +++++++----- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 507 ++++++++++----------- unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 30 ++ 4 files changed, 587 insertions(+), 376 deletions(-) create mode 100644 include/llvm/CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h