OSDN Git Service

[AMDGPU] Add address space based alias analysis pass
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Fri, 17 Mar 2017 23:56:58 +0000 (23:56 +0000)
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Fri, 17 Mar 2017 23:56:58 +0000 (23:56 +0000)
commitee8b410dd7fe2480e1eb49c35af2da8872c2dcb6
treee3ae2d8b546cf27f6dda054da202ff0ba9959398
parentb80a9d93f1025555b996981f36bec3a9fa53b8a7
[AMDGPU] Add address space based alias analysis pass

This is direct port of HSAILAliasAnalysis pass, just cleaned for
style and renamed.

Differential Revision: https://reviews.llvm.org/D31103

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298172 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPU.h
lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUAliasAnalysis.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
lib/Target/AMDGPU/CMakeLists.txt
test/CodeGen/AMDGPU/amdgpu.private-memory.ll
test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
test/CodeGen/AMDGPU/split-vector-memoperand-offsets.ll
test/CodeGen/AMDGPU/vectorize-global-local.ll [new file with mode: 0644]