[PATCH] D51969: [AMDGPU] Add an AMDGPU specific atomic optimizer.
Marek Olšák via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 24 18:41:32 PDT 2018
mareko added a comment.
What happens if a shader already does "if (threadID == 0) { do_atomic(); }"? Is the optimization skipped in this case?
https://reviews.llvm.org/D51969
More information about the llvm-commits
mailing list