mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
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
4 lines
71 B
INI
4 lines
71 B
INI
if not 'AMDGPU' in config.root.targets:
|
|
config.unsupported = True
|
|
|