This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ab1d988 [X86][SSE] Fix unsigned <= 0 warning in assert. NFCI. new 2226192 [InstCombine] enable more lshr(shl X, C1), C2 folds for vecto [...] new 4aff9df NVPTX: Refactor NVPTXInferAddressSpaces to check TTI
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 | 24 +++++++ include/llvm/Analysis/TargetTransformInfoImpl.h | 4 ++ include/llvm/CodeGen/BasicTTIImpl.h | 5 ++ lib/Analysis/TargetTransformInfo.cpp | 4 ++ lib/Target/NVPTX/NVPTXInferAddressSpaces.cpp | 86 +++++++++++++++--------- lib/Target/NVPTX/NVPTXTargetTransformInfo.h | 4 ++ lib/Transforms/InstCombine/InstCombineShifts.cpp | 40 +++++------ test/CodeGen/NVPTX/access-non-generic.ll | 3 +- test/Transforms/InstCombine/shift.ll | 16 +++-- 9 files changed, 125 insertions(+), 61 deletions(-)