[llvm] 7b0f143 - [M68k] Fix compilation pipeline check
Michael Liao via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 17:08:59 PDT 2024
Author: Michael Liao
Date: 2024-08-01T20:08:03-04:00
New Revision: 7b0f14394d578baf54c44571b3d94e3b027c2261
URL: https://github.com/llvm/llvm-project/commit/7b0f14394d578baf54c44571b3d94e3b027c2261
DIFF: https://github.com/llvm/llvm-project/commit/7b0f14394d578baf54c44571b3d94e3b027c2261.diff
LOG: [M68k] Fix compilation pipeline check
- After 'lowerConstantIntrinsics' is merged into pre-isel lowering
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 e7d0b20640f7a..0481d5c18e0c4 100644
--- a/llvm/test/CodeGen/M68k/pipeline.ll
+++ b/llvm/test/CodeGen/M68k/pipeline.ll
@@ -24,7 +24,6 @@
; CHECK-NEXT: Expand memcmp() to load/stores
; CHECK-NEXT: Lower Garbage Collection Instructions
; CHECK-NEXT: Shadow Stack GC Lowering
-; CHECK-NEXT: Lower constant intrinsics
; CHECK-NEXT: Remove unreachable blocks from the CFG
; CHECK-NEXT: Natural Loop Information
; CHECK-NEXT: Post-Dominator Tree Construction
More information about the llvm-commits
mailing list