[llvm] e99edb9 - Revert "[test] Fix CodeGen/M68k/pipeline.ll after D123394 MachineLateInstrsCleanupPass"
Michał Górny via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 07:47:45 PST 2022
Author: Michał Górny
Date: 2022-12-05T16:47:17+01:00
New Revision: e99edb92356b5ba078b5bc4d5846770414586a1d
URL: https://github.com/llvm/llvm-project/commit/e99edb92356b5ba078b5bc4d5846770414586a1d
DIFF: https://github.com/llvm/llvm-project/commit/e99edb92356b5ba078b5bc4d5846770414586a1d.diff
LOG: Revert "[test] Fix CodeGen/M68k/pipeline.ll after D123394 MachineLateInstrsCleanupPass"
This reverts commit f55880e830e150d98e5340cdc3c4c41867a5514d.
The original change was reverted.
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 93c1e102ebfa..28e0fed729fc 100644
--- a/llvm/test/CodeGen/M68k/pipeline.ll
+++ b/llvm/test/CodeGen/M68k/pipeline.ll
@@ -110,7 +110,6 @@
; 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