Skip to content

Commit

Permalink
[LTO] Update remark test after 644a965.
Browse files Browse the repository at this point in the history
  • Loading branch information
fhahn committed Jul 4, 2022
1 parent c146af3 commit 8471c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/LTO/X86/diagnostic-handler-remarks.ll
Expand Up @@ -50,9 +50,9 @@
; RUN: cat %t.yaml | FileCheck %s -check-prefixes=YAML,YAML-ANNOTATE

; REMARKS: remark: {{.*}} 'foo' inlined into 'main'
; REMARKS: remark: {{.*}} loop not vectorized: cannot prove it is safe to reorder memory operations
; REMARKS: remark: {{.*}} the cost-model indicates that interleaving is not beneficial
; REMARKS_DH: llvm-lto: remark: {{.*}} 'foo' inlined into 'main'
; REMARKS_DH: llvm-lto: remark: {{.*}} loop not vectorized: cannot prove it is safe to reorder memory operations
; REMARKS_DH: llvm-lto: remark: {{.*}} the cost-model indicates that interleaving is not beneficial
; CHECK-NOT: remark:
; CHECK-NOT: llvm-lto:
; NM-NOT: foo
Expand Down

0 comments on commit 8471c68

Please sign in to comment.