[PATCH] D78800: [AMDGPU] Skip generating cache invalidating instructions on AMDPAL

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 24 04:17:52 PDT 2020


nhaehnle added a reviewer: t-tye.
nhaehnle accepted this revision.
nhaehnle added a comment.
This revision is now accepted and ready to land.

@t-tye for awareness.

LGTM -- this is a reasonable step to take for us given that the Vulkan memory model has an explicit distinction between Private and NonPrivate memory accesses which we cannot yet model explicitly in LLVM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78800





More information about the llvm-commits mailing list