[llvm] 8471c68 - [LTO] Update remark test after 644a965c1efef6.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 07:21:27 PDT 2022


Author: Florian Hahn
Date: 2022-07-04T15:21:15+01:00
New Revision: 8471c6861992f52aef6d9708b2ff7571deb02ae6

URL: https://github.com/llvm/llvm-project/commit/8471c6861992f52aef6d9708b2ff7571deb02ae6
DIFF: https://github.com/llvm/llvm-project/commit/8471c6861992f52aef6d9708b2ff7571deb02ae6.diff

LOG: [LTO] Update remark test after 644a965c1efef6.

Added: 
    

Modified: 
    llvm/test/LTO/X86/diagnostic-handler-remarks.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/LTO/X86/diagnostic-handler-remarks.ll b/llvm/test/LTO/X86/diagnostic-handler-remarks.ll
index be05ca0293dbb..6ff6268334e83 100644
--- a/llvm/test/LTO/X86/diagnostic-handler-remarks.ll
+++ b/llvm/test/LTO/X86/diagnostic-handler-remarks.ll
@@ -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


        


More information about the llvm-commits mailing list