This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8258d56e335 InferAddressSpaces: Remove unnecessary check for ConstantInt new 5a130c5b330 InferAddressSpaces: Move target intrinsic handling to TTI new 21ea5fbf1e7 Un-break the bots
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 | 28 +++++++++++++++++ include/llvm/Analysis/TargetTransformInfoImpl.h | 10 +++++++ include/llvm/CodeGen/BasicTTIImpl.h | 10 +++++++ include/llvm/Support/type_traits.h | 5 +++- lib/Analysis/TargetTransformInfo.cpp | 10 +++++++ lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 40 +++++++++++++++++++++++++ lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 5 ++++ lib/Transforms/Scalar/InferAddressSpaces.cpp | 38 ++++++++++------------- 8 files changed, 122 insertions(+), 24 deletions(-)