[PATCH] D53493: [DA] GPUDivergenceAnalysis for unstructured GPU kernels

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 30 14:58:16 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL348048: [DA] GPUDivergenceAnalysis for unstructured GPU kernels (authored by nha, committed by ).

Repository:
  rL LLVM

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

https://reviews.llvm.org/D53493

Files:
  llvm/trunk/include/llvm/Analysis/DivergenceAnalysis.h
  llvm/trunk/include/llvm/Analysis/LegacyDivergenceAnalysis.h
  llvm/trunk/lib/Analysis/DivergenceAnalysis.cpp
  llvm/trunk/lib/Analysis/LegacyDivergenceAnalysis.cpp
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/always_uniform.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/atomics.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/hidden_diverge.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/hidden_loopdiverge.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/intrinsics.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/irreducible.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/kernel-args.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/lit.local.cfg
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/llvm.amdgcn.buffer.atomic.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/llvm.amdgcn.image.atomic.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/no-return-blocks.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/phi-undef.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/temporal_diverge.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/AMDGPU/workitem-intrinsics.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/NVPTX/daorder.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/NVPTX/diverge.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/NVPTX/hidden_diverge.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/NVPTX/irreducible.ll
  llvm/trunk/test/Analysis/DivergenceAnalysis/NVPTX/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53493.176209.patch
Type: text/x-patch
Size: 59311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181130/dce20488/attachment-0001.bin>


More information about the llvm-commits mailing list