Use a smaller pragma unroll threshold to reduce test execution time.
[oota-llvm.git] / test / Transforms / LoopUnroll / unroll-pragmas.ll
index d53fa49cc9f5f4e133469b9ac3a03d968cb5512f..583155758d10a338f15bb78c6b94b72cc7f179c2 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt < %s -loop-unroll -S | FileCheck %s
-; RUN: opt < %s -loop-unroll -loop-unroll -S | FileCheck %s
+; RUN: opt < %s -loop-unroll -pragma-unroll-threshold=1024 -S | FileCheck %s
+; RUN: opt < %s -loop-unroll -loop-unroll -pragma-unroll-threshold=1024 -S | FileCheck %s
 ;
 ; Run loop unrolling twice to verify that loop unrolling metadata is properly
 ; removed and further unrolling is disabled after the pass is run once.