This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cf9748d [Hexagon] Skip byval arguments when checking parameter attributes new 2d003b3 Add a new method to create SimpleInliner instance and make pr [...] new 2f5689f Target independent codesize heuristics for Loop Idiom Recognition
The 2 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/Transforms/IPO.h | 2 + lib/Transforms/IPO/InlineSimple.cpp | 4 + lib/Transforms/IPO/PassManagerBuilder.cpp | 14 +- lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 48 +++++- .../LoopIdiom/lir-heurs-multi-block-loop.ll | 182 +++++++++++++++++++++ 5 files changed, 245 insertions(+), 5 deletions(-) create mode 100644 test/Transforms/LoopIdiom/lir-heurs-multi-block-loop.ll