This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0f6ded4 [ARM] Use helpers for adding pred / CC operands. NFC new 7dc10fa [LoopSink] Trivial comment cleanup. new 017c62c [PM] Port LoopSink to the new pass manager.
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/Scalar/LoopSink.h | 40 +++++++++++++++++++++++++++++++ lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/LoopSink.cpp | 40 ++++++++++++++++++++++++++++++- test/Transforms/LICM/loopsink.ll | 1 + test/Transforms/LICM/sink.ll | 2 ++ 6 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 include/llvm/Transforms/Scalar/LoopSink.h