1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test/Analysis/DivergenceAnalysis/AMDGPU
Matt Arsenault 006429b341 DivergenceAnalysis: Fix crash with no return blocks
The post dominator tree does not have a root node in this case.

llvm-svn: 268933
2016-05-09 16:57:08 +00:00
..
atomics.ll AMDGPU: Remove leftover ShaderType attributes in tests 2016-04-13 00:39:48 +00:00
interp-intrinsics.ll AMDGPU: llvm.SI.fs.constant is a source of divergence 2016-05-02 17:37:01 +00:00
kernel-args.ll AMDGPU: Remove leftover ShaderType attributes in tests 2016-04-13 00:39:48 +00:00
lit.local.cfg
llvm.amdgcn.buffer.atomic.ll AMDGPU: Remove leftover ShaderType attributes in tests 2016-04-13 00:39:48 +00:00
llvm.amdgcn.image.atomic.ll AMDGPU: Remove leftover ShaderType attributes in tests 2016-04-13 00:39:48 +00:00
no-return-blocks.ll DivergenceAnalysis: Fix crash with no return blocks 2016-05-09 16:57:08 +00:00
phi-undef.ll [DivergenceAnalysis] Treat PHI with incoming undef as constant 2016-04-14 17:42:47 +00:00
unreachable-loop-block.ll DivergenceAnalysis: Fix crash with unreachable blocks 2016-04-29 06:17:47 +00:00
workitem-intrinsics.ll