Files
clang-p2996/llvm/test/Transforms/LoopUnroll/AMDGPU/lit.local.cfg
Matt Arsenault 2aed6ca1d3 AMDGPU: Switch barrier intrinsics to using convergent
noduplicate prevents unrolling of small loops that happen to have
barriers in them. If a loop has a barrier in it, it is OK to duplicate
it for the unroll.

llvm-svn: 256075
2015-12-19 01:46:41 +00:00

4 lines
71 B
INI

if not 'AMDGPU' in config.root.targets:
config.unsupported = True