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

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 08:44:48 PDT 2022


jhuber6 added a comment.

In D129813#3659996 <https://reviews.llvm.org/D129813#3659996>, @jdoerfert wrote:

> We have https://reviews.llvm.org/D120586 in the pipeline which I was hoping would solve this properly. I think I dropped the ball reviewing that one. WDYT?

The plan with that one I recall was to have the Attributor handle the inter-procedural aspect of address space propagation and let the existing patch handle the propagation to all the instructions in the function. I never got around to updating it as I've been a little busy with other stuff. Anyone is free to commandeer it if they want to. Otherwise I may be able to revisit it in awhile.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129813/new/

https://reviews.llvm.org/D129813



More information about the llvm-commits mailing list