This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b80a9d9 [BuildLibCalls] emitPutChar should infer function attributes [...] new ee8b410 [AMDGPU] Add address space based alias analysis pass
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/AMDGPU.h | 3 + lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp | 117 +++++++++++++++++++++ lib/Target/AMDGPU/AMDGPUAliasAnalysis.h | 86 +++++++++++++++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 16 +++ lib/Target/AMDGPU/CMakeLists.txt | 1 + test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 12 +-- test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 6 +- test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll | 2 +- .../AMDGPU/split-vector-memoperand-offsets.ll | 2 +- test/CodeGen/AMDGPU/vectorize-global-local.ll | 80 ++++++++++++++ 10 files changed, 314 insertions(+), 11 deletions(-) create mode 100644 lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp create mode 100644 lib/Target/AMDGPU/AMDGPUAliasAnalysis.h create mode 100644 test/CodeGen/AMDGPU/vectorize-global-local.ll