[PATCH] D56274: [OPENMP][NVPTX]Fix incompatibility of __syncthreads with LLVM, NFC.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 07:23:21 PDT 2019
ABataev added a comment.
In D56274#1519039 <https://reviews.llvm.org/D56274#1519039>, @arsenm wrote:
> In D56274#1517067 <https://reviews.llvm.org/D56274#1517067>, @arsenm wrote:
>
> > Is OpenMP not marking all functions as convergent?
>
>
> ping
Marks,but some of the optimizations ignore this attribute. I don't remebet which one exactly, something like critical edge splitting.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56274/new/
https://reviews.llvm.org/D56274
More information about the llvm-commits
mailing list