From 8471c6861992f52aef6d9708b2ff7571deb02ae6 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Mon, 4 Jul 2022 15:20:52 +0100 Subject: [PATCH] [LTO] Update remark test after 644a965c1efef6. --- llvm/test/LTO/X86/diagnostic-handler-remarks.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/LTO/X86/diagnostic-handler-remarks.ll b/llvm/test/LTO/X86/diagnostic-handler-remarks.ll index be05ca0293db..6ff6268334e8 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