Skip to content

Commit 546b114

Browse files
authored
Fix pipeline tests. (#17940)
In #8134, a new pass was added and many pipeline tests were updated to account for this, but not all, and some of the ones that were added were inadvertently removed again in later LLVM pulldowns.
1 parent 759850e commit 546b114

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

llvm/test/CodeGen/LoongArch/O0-pipeline.ll

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
3030
; CHECK-NEXT: Scalarize Masked Memory Intrinsics
3131
; CHECK-NEXT: Expand reduction intrinsics
32+
; CHECK-NEXT: FPBuiltin Function Selection
3233
; CHECK-NEXT: Exception handling preparation
3334
; CHECK-NEXT: Prepare callbr
3435
; CHECK-NEXT: Safe Stack instrumentation pass

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

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
; LAXX-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
6868
; LAXX-NEXT: Scalarize Masked Memory Intrinsics
6969
; LAXX-NEXT: Expand reduction intrinsics
70+
; LAXX-NEXT: FPBuiltin Function Selection
7071
; LAXX-NEXT: Natural Loop Information
7172
; LAXX-NEXT: Type Promotion
7273
; LAXX-NEXT: CodeGen Prepare

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

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
2929
; CHECK-NEXT: Scalarize Masked Memory Intrinsics
3030
; CHECK-NEXT: Expand reduction intrinsics
31+
; CHECK-NEXT: FPBuiltin Function Selection
3132
; CHECK-NEXT: Exception handling preparation
3233
; CHECK-NEXT: Prepare callbr
3334
; CHECK-NEXT: Safe Stack instrumentation pass

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

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
6969
; CHECK-NEXT: Scalarize Masked Memory Intrinsics
7070
; CHECK-NEXT: Expand reduction intrinsics
71+
; CHECK-NEXT: FPBuiltin Function Selection
7172
; CHECK-NEXT: Natural Loop Information
7273
; CHECK-NEXT: CodeGen Prepare
7374
; CHECK-NEXT: Dominator Tree Construction

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

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
7171
; CHECK-NEXT: Scalarize Masked Memory Intrinsics
7272
; CHECK-NEXT: Expand reduction intrinsics
73+
; CHECK-NEXT: FPBuiltin Function Selection
7374
; CHECK-NEXT: Natural Loop Information
7475
; CHECK-NEXT: Type Promotion
7576
; CHECK-NEXT: CodeGen Prepare

0 commit comments

Comments
 (0)