This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from be57856ccae [SystemZ] Fix register modelling in expandLoadStackGuard() new a551a28baa6 [LoopVectorizer] Let target prefer scalar addressing compu [...] new 4338f398047 [Hexagon] Fix comment in HexagonPacketizer::runOnMachineFunction
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/Analysis/TargetTransformInfo.h | 7 ++ include/llvm/Analysis/TargetTransformInfoImpl.h | 2 + lib/Analysis/TargetTransformInfo.cpp | 4 ++ lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 4 +- lib/Target/SystemZ/SystemZTargetTransformInfo.h | 1 + lib/Transforms/Vectorize/LoopVectorize.cpp | 74 ++++++++++++++++++++++ .../Transforms/LoopVectorize/SystemZ/addressing.ll | 72 +++++++++++++++++++++ 7 files changed, 162 insertions(+), 2 deletions(-) create mode 100644 test/Transforms/LoopVectorize/SystemZ/addressing.ll