This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4fe1287be8a Update examples for API change. NFC. new 22b7724fe30 Pass a module reference to CloneModule. new 394c5f7af9c [InstCombine] add tests and comments for fdiv X, C; NFC new 2d51ba3a299 GlobalISel: Add templated functions and pattern matcher sup [...]
The 3 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 | 12 +++ include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 27 +++++++ include/llvm/Transforms/Utils/Cloning.h | 6 +- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 18 ++--- lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 2 +- lib/Transforms/Utils/CloneModule.cpp | 35 ++++----- lib/Transforms/Utils/SplitModule.cpp | 2 +- test/Transforms/InstCombine/fdiv.ll | 87 +++++++++++++++++++--- tools/bugpoint/CrashDebugger.cpp | 22 +++--- tools/bugpoint/ExtractFunction.cpp | 4 +- tools/bugpoint/Miscompilation.cpp | 24 +++--- tools/llc/llc.cpp | 2 +- tools/opt/opt.cpp | 8 +- unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 30 +++++++- unittests/Transforms/Utils/Cloning.cpp | 2 +- 15 files changed, 205 insertions(+), 76 deletions(-)