mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-27 05:32:22 +00:00
7aed0ccd46
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256075 91177308-0d34-0410-b5e6-96231b3b80d8
4 lines
71 B
INI
4 lines
71 B
INI
if not 'AMDGPU' in config.root.targets:
|
|
config.unsupported = True
|
|
|