[PATCH] D124626: [AMDGPU] Produce waitcounts for LDS DMA

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 10:31:47 PDT 2022


arsenm added a comment.

In D124626#3482176 <https://reviews.llvm.org/D124626#3482176>, @rampitec wrote:

> A side question: is that possible to facilitate MIR syntax to use symbolic syntax for waitcounts instead of a raw number?

You would have to add something new to support it. The closest existing thing is probably the comments inlineasm uses for the register class encoded by magic constants


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

https://reviews.llvm.org/D124626



More information about the llvm-commits mailing list