We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca99ab commit 3036aa2Copy full SHA for 3036aa2
llvm/test/Transforms/LoopVectorize/AArch64/bug165359.ll
@@ -1,7 +1,7 @@
1
-; RUN: opt < %s -passes=loop-vectorize -S -pass-remarks=loop-vectorize -debug-only=loop-vectorize -disable-output &> %t
+; RUN: opt < %s -passes=loop-vectorize -S -pass-remarks-analysis=loop-vectorize -disable-output &> %t
2
; RUN: cat %t | FileCheck --check-prefix=CHECK-REMARKS %s
3
4
-; CHECK-REMARKS: LV: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): fadd.
+; CHECK-REMARKS: remark: <unknown>:0:0: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): fadd
5
6
target triple = "aarch64-unknown-linux-gnu"
7
0 commit comments