Skip to content

Commit

Permalink
[LoopVectorize] Fix build issue caused by llvm#95920 (llvm#96647)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-arm authored Jun 25, 2024
1 parent a404529 commit ec9ce89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
; REQUIRES: asserts
; RUN: opt < %s -passes=loop-vectorize -mattr=+sve -force-vector-width=4 -debug-only=loop-vectorize \
; RUN: -prefer-predicate-over-epilogue=scalar-epilogue -S -disable-output 2>&1 | FileCheck %s
target triple = "aarch64-linux-gnu"
Expand Down

0 comments on commit ec9ce89

Please sign in to comment.