This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d37294a1a29 Missed a check for UndefVI in r306466 new 28b3f06e1a4 [LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
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 | 11 +++++---- include/llvm/Analysis/TargetTransformInfoImpl.h | 3 ++- include/llvm/CodeGen/BasicTTIImpl.h | 3 ++- lib/Analysis/TargetTransformInfo.cpp | 4 ++-- lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 4 ++-- lib/Target/AArch64/AArch64TargetTransformInfo.h | 3 ++- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 2 +- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 3 ++- lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 2 +- lib/Target/Hexagon/HexagonTargetTransformInfo.h | 3 ++- lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp | 4 ++-- lib/Target/NVPTX/NVPTXTargetTransformInfo.h | 3 ++- lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 4 ++-- lib/Target/PowerPC/PPCTargetTransformInfo.h | 3 ++- lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 2 +- lib/Target/SystemZ/SystemZTargetTransformInfo.h | 3 ++- lib/Transforms/Scalar/LoopUnrollPass.cpp | 28 +++++++++++------------ 17 files changed, 48 insertions(+), 37 deletions(-)