[PATCH] D31103: [AMDGPU] Add address space based alias analysis pass

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 14:14:44 PDT 2017


rampitec created this revision.
Herald added subscribers: tpr, dstuttard, tony-tye, yaxunl, mgorny, nhaehnle, wdng, kzhuravl, arsenm.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D31103

Files:
  lib/Target/AMDGPU/AMDGPU.h
  lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
  lib/Target/AMDGPU/AMDGPUAliasAnalysis.h
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31103.92203.patch
Type: text/x-patch
Size: 19468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170317/f34d2638/attachment.bin>


More information about the llvm-commits mailing list