This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 84f3bec [InstCombine] Masked loads with undef masks can fold to normal loads new 05488db This implements a more optimal algorithm for selecting a base [...]
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 | 16 ++++ include/llvm/Analysis/TargetTransformInfoImpl.h | 5 + include/llvm/Transforms/Scalar/ConstantHoisting.h | 3 + lib/Analysis/TargetTransformInfo.cpp | 8 ++ lib/Target/ARM/ARMTargetTransformInfo.cpp | 11 +++ lib/Target/ARM/ARMTargetTransformInfo.h | 3 + lib/Transforms/Scalar/ConstantHoisting.cpp | 105 +++++++++++++++++++-- .../ARM/const-addr-no-neg-offset.ll | 42 +++++++++ 8 files changed, 186 insertions(+), 7 deletions(-) create mode 100644 test/Transforms/ConstantHoisting/ARM/const-addr-no-neg-offset.ll