This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 104fd8eec74 Revert r307342, r307343. new 471398ffea7 Extend memcpy expansion in Transform/Utils to handle wider [...]
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/Analysis/TargetTransformInfo.h | 41 +++ include/llvm/Analysis/TargetTransformInfoImpl.h | 14 + include/llvm/Transforms/Utils/LowerMemIntrinsics.h | 26 +- lib/Analysis/TargetTransformInfo.cpp | 25 ++ lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp | 13 +- lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp | 35 ++- lib/Transforms/Utils/LowerMemIntrinsics.cpp | 288 ++++++++++++++++++++- test/CodeGen/AMDGPU/lower-mem-intrinsics.ll | 12 + test/CodeGen/NVPTX/lower-aggr-copies.ll | 61 +++++ 9 files changed, 490 insertions(+), 25 deletions(-)