[llvm] d4536bf - Fix test issue introduced by e762d4dac762a3fc27c6e251086b6645d7543bb2 (#109254)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 02:06:51 PDT 2024
Author: David Sherwood
Date: 2024-09-19T10:06:48+01:00
New Revision: d4536bf5c9d5fa3afae4e6cbb34f9bd0859ab2ea
URL: https://github.com/llvm/llvm-project/commit/d4536bf5c9d5fa3afae4e6cbb34f9bd0859ab2ea
DIFF: https://github.com/llvm/llvm-project/commit/d4536bf5c9d5fa3afae4e6cbb34f9bd0859ab2ea.diff
LOG: Fix test issue introduced by e762d4dac762a3fc27c6e251086b6645d7543bb2 (#109254)
Added:
Modified:
llvm/test/Transforms/LoopVectorize/simple_early_exit.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/LoopVectorize/simple_early_exit.ll b/llvm/test/Transforms/LoopVectorize/simple_early_exit.ll
index f905bcd73dc952..dcf5c9d8ac64d1 100644
--- a/llvm/test/Transforms/LoopVectorize/simple_early_exit.ll
+++ b/llvm/test/Transforms/LoopVectorize/simple_early_exit.ll
@@ -1,4 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; REQUIRES: asserts
; RUN: opt -S < %s -p loop-vectorize -debug-only=loop-vectorize 2>%t | FileCheck %s --check-prefixes=CHECK
; RUN: cat %t | FileCheck %s --check-prefix=DEBUG
More information about the llvm-commits
mailing list