[PATCH] D98953: [AMDGPU] Use reductions instead of scans in the atomic optimizer

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 23 02:47:42 PDT 2021


foad marked 3 inline comments as done.
foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIDefines.h:710
   ROW_NEWBCAST_LAST = 0x15F,
+  ROW_SHARE0        = 0x150,
   ROW_SHARE_FIRST   = 0x150,
----------------
critson wrote:
> ROW_SHARE0 is defined, but not used?
> Not that I am against it existing.
Yeah, I just added it for consistency before I had worked out which ones I would actually need.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98953



More information about the llvm-commits mailing list