This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9be0983 NVPTX: Move InferAddressSpaces to generic code new 264e91f AMDGPU: Implement hook for InferAddressSpaces
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: lib/Target/AMDGPU/AMDGPUSubtarget.h | 8 +- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 12 +- test/Transforms/InferAddressSpaces/AMDGPU/basic.ll | 131 +++++++++++++++ .../AMDGPU/infer-address-space.ll | 176 +++++++++++++++++++++ .../AMDGPU/old-pass-regressions.ll | 143 +++++++++++++++++ .../AMDGPU => InferAddressSpaces}/lit.local.cfg | 0 6 files changed, 465 insertions(+), 5 deletions(-) create mode 100644 test/Transforms/InferAddressSpaces/AMDGPU/basic.ll create mode 100644 test/Transforms/InferAddressSpaces/AMDGPU/infer-address-space.ll create mode 100644 test/Transforms/InferAddressSpaces/AMDGPU/old-pass-regressions.ll copy test/Transforms/{CodeGenPrepare/AMDGPU => InferAddressSpaces}/lit.local.cfg (100%)