Skip to content

Commit 557f343

Browse files
author
GYT
committed
try to resolve some test fails
1 parent 962e1e0 commit 557f343

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

llvm/test/CodeGen/AArch64/O3-pipeline.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
; CHECK-NEXT: Block Frequency Analysis
6060
; CHECK-NEXT: Constant Hoisting
6161
; CHECK-NEXT: Replace intrinsics with calls to vector library
62+
; CHECK-NEXT: Optimization Remark Emitter
6263
; CHECK-NEXT: Partially inline calls to library functions
6364
; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
6465
; CHECK-NEXT: Scalarize Masked Memory Intrinsics

llvm/test/CodeGen/PowerPC/O3-pipeline.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
; CHECK-NEXT: Block Frequency Analysis
6262
; CHECK-NEXT: Constant Hoisting
6363
; CHECK-NEXT: Replace intrinsics with calls to vector library
64+
; CHECK-NEXT: Optimization Remark Emitter
6465
; CHECK-NEXT: Partially inline calls to library functions
6566
; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
6667
; CHECK-NEXT: Scalarize Masked Memory Intrinsics

llvm/test/CodeGen/RISCV/O3-pipeline.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
; CHECK-NEXT: Block Frequency Analysis
6464
; CHECK-NEXT: Constant Hoisting
6565
; CHECK-NEXT: Replace intrinsics with calls to vector library
66+
; CHECK-NEXT: Optimization Remark Emitter
6667
; CHECK-NEXT: Partially inline calls to library functions
6768
; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
6869
; CHECK-NEXT: Scalarize Masked Memory Intrinsics

llvm/test/CodeGen/X86/opt-pipeline.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
; CHECK-NEXT: Block Frequency Analysis
5959
; CHECK-NEXT: Constant Hoisting
6060
; CHECK-NEXT: Replace intrinsics with calls to vector library
61+
; CHECK-NEXT: Optimization Remark Emitter
6162
; CHECK-NEXT: Partially inline calls to library functions
6263
; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
6364
; CHECK-NEXT: Scalarize Masked Memory Intrinsics

0 commit comments

Comments
 (0)