From 77308dd400a1bc11eb267821b6df9a9bd2cfce54 Mon Sep 17 00:00:00 2001 From: Max Kazantsev Date: Tue, 14 Mar 2023 16:27:40 +0700 Subject: [PATCH] [Test] Add missing REQUIRES: asserts in test --- llvm/test/Transforms/LoopUnroll/guard-cost-for-unrolling.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/test/Transforms/LoopUnroll/guard-cost-for-unrolling.ll b/llvm/test/Transforms/LoopUnroll/guard-cost-for-unrolling.ll index bb4505a..542f73a 100644 --- a/llvm/test/Transforms/LoopUnroll/guard-cost-for-unrolling.ll +++ b/llvm/test/Transforms/LoopUnroll/guard-cost-for-unrolling.ll @@ -1,5 +1,7 @@ ; RUN: opt -S -disable-output -unroll-partial-threshold=16 -debug-only=loop-unroll -passes='loop-unroll' < %s 2>&1 | FileCheck %s +; REQUIRES: asserts + ; FIXME: This test is needed to make sure that the guard cost remains the same, ; independently on guard representation form (either intrinsic call or branch with ; widenable condition). -- 2.7.4