[PATCH] D29187: AMDGPU: Implement hook for InferAddressSpaces

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 10:10:04 PST 2017


arsenm created this revision.
Herald added a reviewer: tstellarAMD.
Herald added subscribers: tony-tye, yaxunl, nhaehnle, wdng, kzhuravl, rampitec.

For now just port some of the existing NVPTX tests
and from an old HSAIL optimization pass which
approximately did the same thing.

      

Don't enable the pass yet until more testing is done.


https://reviews.llvm.org/D29187

Files:
  lib/Target/AMDGPU/AMDGPUSubtarget.h
  lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
  test/Transforms/InferAddressSpaces/AMDGPU/basic.ll
  test/Transforms/InferAddressSpaces/AMDGPU/infer-address-space.ll
  test/Transforms/InferAddressSpaces/AMDGPU/old-pass-regressions.ll
  test/Transforms/InferAddressSpaces/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29187.85932.patch
Type: text/x-patch
Size: 25639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170126/f4765e5c/attachment.bin>


More information about the llvm-commits mailing list