[PATCH] D57737: [AMDGPU] Fix DPP sequence in atomic optimizer.

Neil Henning via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 01:42:51 PST 2019


sheredom created this revision.
sheredom added reviewers: nhaehnle, tpr, dstuttard.
sheredom added a project: AMDGPU.
Herald added subscribers: llvm-commits, jfb, t-tye, yaxunl, wdng, jvesely, kzhuravl, arsenm.
Herald added a project: LLVM.

This commit fixes the DPP sequence in the atomic optimizer (which was previously missing the row_shr:3 step).


Repository:
  rL LLVM

https://reviews.llvm.org/D57737

Files:
  lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
  test/CodeGen/AMDGPU/atomic_optimizations_buffer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57737.185253.patch
Type: text/x-patch
Size: 6408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190205/37f41831/attachment.bin>


More information about the llvm-commits mailing list