[PATCH] D106891: [AMDGPU] [Remarks] Emit optimization remarks for atomics generating CAS loop

Anshil Gandhi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 12 09:01:49 PDT 2021


gandhi21299 marked 2 inline comments as done.
gandhi21299 added inline comments.


================
Comment at: llvm/lib/CodeGen/AtomicExpandPass.cpp:631
+                    "at "
+                 << (AI->getSyncScopeID() ? "system" : "single thread")
+                 << " memory scope");
----------------
rampitec wrote:
> That does not help with target defined scope names, such as our "one-as" for example.
How can I get target defined scope names?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106891



More information about the cfe-commits mailing list