[PATCH] D120544: [AMDGPU] Omit unnecessary waitcnt before barriers

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 05:32:26 PDT 2022


nhaehnle added a comment.

That document is pretty useless, I have to say. There is also a very obvious gap here in the expressiveness of the `fence` instruction which Marek implicitly pointed out: it should be possible to tell the `fence` which memory types should be affected. syncscope is not enough for that. @t-tye


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120544



More information about the llvm-commits mailing list