[llvm] f55880e - [test] Fix CodeGen/M68k/pipeline.ll after D123394 MachineLateInstrsCleanupPass
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 4 11:08:43 PST 2022
Author: Fangrui Song
Date: 2022-12-04T19:08:37Z
New Revision: f55880e830e150d98e5340cdc3c4c41867a5514d
URL: https://github.com/llvm/llvm-project/commit/f55880e830e150d98e5340cdc3c4c41867a5514d
DIFF: https://github.com/llvm/llvm-project/commit/f55880e830e150d98e5340cdc3c4c41867a5514d.diff
LOG: [test] Fix CodeGen/M68k/pipeline.ll after D123394 MachineLateInstrsCleanupPass
Added:
Modified:
llvm/test/CodeGen/M68k/pipeline.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/M68k/pipeline.ll b/llvm/test/CodeGen/M68k/pipeline.ll
index 45125813d8c71..f1dba29cf4cf7 100644
--- a/llvm/test/CodeGen/M68k/pipeline.ll
+++ b/llvm/test/CodeGen/M68k/pipeline.ll
@@ -110,6 +110,7 @@
; CHECK-NEXT: Machine Optimization Remark Emitter
; CHECK-NEXT: Shrink Wrapping analysis
; CHECK-NEXT: Prologue/Epilogue Insertion & Frame Finalization
+; CHECK-NEXT: Machine Late Instructions Cleanup Pass
; CHECK-NEXT: Control Flow Optimizer
; CHECK-NEXT: Lazy Machine Block Frequency Analysis
; CHECK-NEXT: Tail Duplication
More information about the llvm-commits
mailing list