[PATCH] D135704: AMDGPU: Fix hazard with v_accvgpr_write_b32 and inline asm VGPR defs

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 12:59:44 PDT 2022


arsenm added a comment.

In D135704#3850353 <https://reviews.llvm.org/D135704#3850353>, @rampitec wrote:

> LGTM, but it solves the problem just partially. One specific problem in one specific place. In general we cannot handle inline asm here.

I'm working on a more general patch for this pattern but it seems we're missing a bit of test coverage for some of these hazards


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

https://reviews.llvm.org/D135704



More information about the llvm-commits mailing list