This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 14dc077c204 AMDGPU: Mark exp/exp.compr as inaccessiblememonly new 6f9792a2381 AMDGPU: Ignore subtarget for InferAddressSpaces new 6b4d361457b InferAddressSpaces: Fix cloning original addrspacecast
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: lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 3 +-- lib/Transforms/Scalar/InferAddressSpaces.cpp | 8 +++++-- test/Transforms/InferAddressSpaces/AMDGPU/icmp.ll | 26 ++++++++++----------- .../AMDGPU/infer-addrspacecast.ll | 4 ++-- .../InferAddressSpaces/AMDGPU/intrinsics.ll | 20 ++++++++-------- .../InferAddressSpaces/AMDGPU/no-flat-addrspace.ll | 13 +++++++++++ .../AMDGPU/redundant-addrspacecast.ll | 27 ++++++++++++++++++++++ .../Transforms/InferAddressSpaces/AMDGPU/select.ll | 18 +++++++-------- .../InferAddressSpaces/AMDGPU/volatile.ll | 9 ++++---- 9 files changed, 85 insertions(+), 43 deletions(-) create mode 100644 test/Transforms/InferAddressSpaces/AMDGPU/no-flat-addrspace.ll create mode 100644 test/Transforms/InferAddressSpaces/AMDGPU/redundant-addrspacecast.ll