[llvm] Fix test issue introduced by e762d4dac762a3fc27c6e251086b6645d7543bb2 (PR #109254)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 02:04:15 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-llvm-transforms

Author: David Sherwood (david-arm)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/109254.diff


1 Files Affected:

- (modified) llvm/test/Transforms/LoopVectorize/simple_early_exit.ll (+1) 


``````````diff
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
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/109254


More information about the llvm-commits mailing list