Files
clang-p2996/llvm/test/Transforms/LoopUnroll/ARM/lit.local.cfg
Sam Parker 19a08e42a8 [ARM] Enable partial and runtime unrolling
Enable runtime and partial loop unrolling of simple loops without
calls on M-class cores. The thresholds are calculated based on
whether the target is Thumb or Thumb-2.

Differential Revision: https://reviews.llvm.org/D34619

llvm-svn: 308956
2017-07-25 08:51:30 +00:00

4 lines
68 B
INI

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