This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c95e6f9 [Support][X86] Add a few more Intel model numbers to getHostC [...] new bd93c15 [Cloning] cloneLoopWithPreheader(): add assert to ensure no s [...] new 8d171c8 [LoopDist] Add llvm.loop.distribute.enable loop metadata
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: docs/LangRef.rst | 21 ++++ include/llvm/Transforms/Scalar.h | 5 +- include/llvm/Transforms/Utils/Cloning.h | 1 + lib/Transforms/IPO/PassManagerBuilder.cpp | 11 +-- lib/Transforms/Scalar/LoopDistribute.cpp | 74 +++++++++++++- lib/Transforms/Utils/CloneFunction.cpp | 2 + test/Transforms/LoopDistribute/metadata.ll | 149 +++++++++++++++++++++++++++++ 7 files changed, 250 insertions(+), 13 deletions(-) create mode 100644 test/Transforms/LoopDistribute/metadata.ll