forked from OSchip/llvm-project
[LTO] Update remark test after 644a965c1e
.
This commit is contained in:
parent
c146af3f46
commit
8471c68619
|
@ -50,9 +50,9 @@
|
||||||
; RUN: cat %t.yaml | FileCheck %s -check-prefixes=YAML,YAML-ANNOTATE
|
; RUN: cat %t.yaml | FileCheck %s -check-prefixes=YAML,YAML-ANNOTATE
|
||||||
|
|
||||||
; REMARKS: remark: {{.*}} 'foo' inlined into 'main'
|
; 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: {{.*}} '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: remark:
|
||||||
; CHECK-NOT: llvm-lto:
|
; CHECK-NOT: llvm-lto:
|
||||||
; NM-NOT: foo
|
; NM-NOT: foo
|
||||||
|
|
Loading…
Reference in New Issue