[PATCH] D129813: [AMDGPU] Add IPO pass to infer pointer argument address spaces. WIP.

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 15:46:08 PDT 2022


rampitec created this revision.
rampitec added a reviewer: arsenm.
Herald added subscribers: kosarev, jsilvanus, ormris, foad, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, mgorny, nhaehnle, jvesely, kzhuravl.
Herald added a project: All.
rampitec requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This is WIP, I still have to write tests for it, but the code shall be more or less complete.
I'd like a review before I went too far with it.


https://reviews.llvm.org/D129813

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/IPO/InferArgumentAddressSpaces.h
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  llvm/lib/Transforms/IPO/CMakeLists.txt
  llvm/lib/Transforms/IPO/IPO.cpp
  llvm/lib/Transforms/IPO/InferArgumentAddressSpaces.cpp
  llvm/test/CodeGen/AMDGPU/infer-arg-addrspaces.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129813.444821.patch
Type: text/x-patch
Size: 11162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220714/7840a5a6/attachment.bin>


More information about the llvm-commits mailing list