[Test] Add missing REQUIRES: asserts in test
authorMax Kazantsev <mkazantsev@azul.com>
Tue, 14 Mar 2023 09:27:40 +0000 (16:27 +0700)
committerMax Kazantsev <mkazantsev@azul.com>
Tue, 14 Mar 2023 09:28:23 +0000 (16:28 +0700)
llvm/test/Transforms/LoopUnroll/guard-cost-for-unrolling.ll

index bb4505a..542f73a 100644 (file)
@@ -1,5 +1,7 @@
 ; RUN: opt -S -disable-output -unroll-partial-threshold=16 -debug-only=loop-unroll -passes='loop-unroll<runtime>' < %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).