[PATCH] D123262: AMDGPU: Set implicit kernarg size to be of 256 bytes for code object version 5

Changpeng Fang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 17:05:13 PDT 2022


cfang added a comment.

In D123262#3434565 <https://reviews.llvm.org/D123262#3434565>, @arsenm wrote:

> This can be tested in the existing llvm/test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll

This will make things much complicated since version 5 will generates quite different code from version 2, also
the dumped variable names are different. Maybe we should only check the kernarg size for version 5.


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

https://reviews.llvm.org/D123262



More information about the llvm-commits mailing list