[llvm] 4993a30 - [LV] Add missing REQUIRES: asserts to test using -debug.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 13:40:15 PST 2024
Author: Florian Hahn
Date: 2024-12-11T21:39:45Z
New Revision: 4993a30365309c5a0406fb63647be96e93fa3516
URL: https://github.com/llvm/llvm-project/commit/4993a30365309c5a0406fb63647be96e93fa3516
DIFF: https://github.com/llvm/llvm-project/commit/4993a30365309c5a0406fb63647be96e93fa3516.diff
LOG: [LV] Add missing REQUIRES: asserts to test using -debug.
Fixup for test added in 5fae408d3a4c07.
Added:
Modified:
llvm/test/Transforms/LoopVectorize/uncountable-early-exit-vplan.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/LoopVectorize/uncountable-early-exit-vplan.ll b/llvm/test/Transforms/LoopVectorize/uncountable-early-exit-vplan.ll
index c45634913ce0b2..368c766e6b3c70 100644
--- a/llvm/test/Transforms/LoopVectorize/uncountable-early-exit-vplan.ll
+++ b/llvm/test/Transforms/LoopVectorize/uncountable-early-exit-vplan.ll
@@ -1,6 +1,8 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
; RUN: opt -p loop-vectorize -force-vector-width=4 -force-vector-interleave=1 -S -enable-early-exit-vectorization -debug %s 2>&1 | FileCheck %s
+; REQUIRES: asserts
+
declare void @init(ptr)
define i64 @multi_exiting_to_
diff erent_exits_live_in_exit_values() {
More information about the llvm-commits
mailing list