[PATCH] D57737: [AMDGPU] Fix DPP sequence in atomic optimizer.
Neil Henning via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 11 03:26:06 PST 2019
sheredom marked 2 inline comments as done.
sheredom added inline comments.
================
Comment at: lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp:258
+ {B.getInt32(1), B.getInt32(0), B.getInt32(33)});
+ setConvergent(Ballot);
----------------
tpr wrote:
> Do you need the setConvergent? It's already marked setConvergent in the .td file. This might also apply to the setConvergent calls lower down, but I haven't checked.
Probably not, but it shouldn't harm this by adding it (I use SetConvergent on every other convergent thing in the file, so best to be consistent I think!).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57737/new/
https://reviews.llvm.org/D57737
More information about the llvm-commits
mailing list