[PATCH] D119013: [ArgPromotion][AMDGPU] New MSSA-based function argument promotion pass with input/output argument support

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 7 00:30:19 PST 2022


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

Please ensure your implementation does not depend on calls to getPointerElementType() -- you can determine the type based on load/store instructions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119013



More information about the llvm-commits mailing list