Skip to content

Commit 3036aa2

Browse files
committed
Capture output from pass-remarks-analysis rather than debug-only
1 parent bca99ab commit 3036aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/LoopVectorize/AArch64/bug165359.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
; RUN: opt < %s -passes=loop-vectorize -S -pass-remarks=loop-vectorize -debug-only=loop-vectorize -disable-output &> %t
1+
; RUN: opt < %s -passes=loop-vectorize -S -pass-remarks-analysis=loop-vectorize -disable-output &> %t
22
; RUN: cat %t | FileCheck --check-prefix=CHECK-REMARKS %s
33

4-
; CHECK-REMARKS: LV: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): fadd.
4+
; CHECK-REMARKS: remark: <unknown>:0:0: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): fadd
55

66
target triple = "aarch64-unknown-linux-gnu"
77

0 commit comments

Comments
 (0)