[llvm] 77308dd - [Test] Add missing REQUIRES: asserts in test
Max Kazantsev via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 02:28:41 PDT 2023
Author: Max Kazantsev
Date: 2023-03-14T16:28:23+07:00
New Revision: 77308dd400a1bc11eb267821b6df9a9bd2cfce54
URL: https://github.com/llvm/llvm-project/commit/77308dd400a1bc11eb267821b6df9a9bd2cfce54
DIFF: https://github.com/llvm/llvm-project/commit/77308dd400a1bc11eb267821b6df9a9bd2cfce54.diff
LOG: [Test] Add missing REQUIRES: asserts in test
Added:
Modified:
llvm/test/Transforms/LoopUnroll/guard-cost-for-unrolling.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/LoopUnroll/guard-cost-for-unrolling.ll b/llvm/test/Transforms/LoopUnroll/guard-cost-for-unrolling.ll
index bb4505aeaafe..542f73a9b1c8 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<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).
More information about the llvm-commits
mailing list