[PATCH] D20297: AMDGPU/SI: Add implicitarg.ptr intrinsic.

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 11:03:09 PDT 2016


arsenm added a comment.

In http://reviews.llvm.org/D20297#442193, @tstellarAMD wrote:

> In http://reviews.llvm.org/D20297#441156, @arsenm wrote:
>
> > Why not the offset from the base pointer intrinsic rather than an intrinsic to the offset?
>
>
> Because if the implict args are stored after the explict kernel args, then the offset from kernarg.base.ptr to the start of implicit args is not known until compile time.


Why is this an issue? This won't be known anyway


Repository:
  rL LLVM

http://reviews.llvm.org/D20297





More information about the llvm-commits mailing list