This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f7d7c68c751 [AggressiveInstCombine] Add aggressive inst combiner to the [...] new b5b7fce64c1 InstCombine: Fix layering by not including Scalar.h in InstCombine
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: examples/Kaleidoscope/Chapter4/toy.cpp | 3 ++- examples/Kaleidoscope/Chapter5/toy.cpp | 5 ++-- examples/Kaleidoscope/Chapter6/toy.cpp | 5 ++-- examples/Kaleidoscope/Chapter7/toy.cpp | 1 + .../{IRReader.h => Transforms/InstCombine.h} | 31 ++++++++++++---------- include/llvm/LinkAllPasses.h | 1 + include/llvm/Transforms/InstCombine/InstCombine.h | 17 ++++++++++-- include/llvm/Transforms/Scalar.h | 14 ---------- lib/Transforms/IPO/PassManagerBuilder.cpp | 1 + .../InstCombine/InstructionCombining.cpp | 7 ++++- lib/Transforms/Scalar/Scalar.cpp | 4 --- 11 files changed, 49 insertions(+), 40 deletions(-) copy include/llvm-c/{IRReader.h => Transforms/InstCombine.h} (57%)