[PATCH] D64081: AMDGPU: Look through bundles for existing waitcnts

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 11:45:36 PDT 2019


arsenm added a comment.

In D64081#1566980 <https://reviews.llvm.org/D64081#1566980>, @rampitec wrote:

> What will happen if we decide to insert wait in the middle of the bundle? Before this change it was impossible.


That's tested in insert_in_bundle. It seems to work as expected, and puts a waitcnt inside the bundle


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

https://reviews.llvm.org/D64081





More information about the llvm-commits mailing list