This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e8fc9abe AMDGPU: Fix not estimating MBB operand sizes correctly new f970c6e [PM] Port LoopDataPrefetch to new pass manager
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: include/llvm/InitializePasses.h | 2 +- .../Scalar/{Sink.h => LoopDataPrefetch.h} | 21 +-- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/LoopDataPrefetch.cpp | 160 +++++++++++++-------- lib/Transforms/Scalar/Scalar.cpp | 2 +- test/Transforms/LoopDataPrefetch/PowerPC/basic.ll | 1 + 7 files changed, 116 insertions(+), 72 deletions(-) copy include/llvm/Transforms/Scalar/{Sink.h => LoopDataPrefetch.h} (53%)