Skip to content

Commit

Permalink
Fix test issue introduced by e762d4d (llvm#109254)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-arm authored and tmsri committed Sep 19, 2024
1 parent 5c30233 commit c6c84b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/Transforms/LoopVectorize/simple_early_exit.ll
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c6c84b3

Please sign in to comment.