aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Liao <michael.hliao@gmail.com>2024-03-01 14:47:54 -0500
committerMichael Liao <michael.hliao@gmail.com>2024-03-01 14:49:27 -0500
commita490bbf5391de358ad400a23ae8e9ed494e5004e (patch)
tree2e07ac8cc3ee78686bc49618baf3129a9696da7f
parent6fe60bd89fc72398795de6ee2a6120b8af44a977 (diff)
downloadllvm-a490bbf5391de358ad400a23ae8e9ed494e5004e.zip
llvm-a490bbf5391de358ad400a23ae8e9ed494e5004e.tar.gz
llvm-a490bbf5391de358ad400a23ae8e9ed494e5004e.tar.bz2
[M68k] Fix compilation pipeline check
- Add 'Init Undef Pass', which is target-independent now.
-rw-r--r--llvm/test/CodeGen/M68k/pipeline.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/M68k/pipeline.ll b/llvm/test/CodeGen/M68k/pipeline.ll
index dfaa149..db047da 100644
--- a/llvm/test/CodeGen/M68k/pipeline.ll
+++ b/llvm/test/CodeGen/M68k/pipeline.ll
@@ -76,6 +76,7 @@
; CHECK-NEXT: Peephole Optimizations
; CHECK-NEXT: Remove dead machine instructions
; CHECK-NEXT: Detect Dead Lanes
+; CHECK-NEXT: Init Undef Pass
; CHECK-NEXT: Process Implicit Definitions
; CHECK-NEXT: Remove unreachable machine basic blocks
; CHECK-NEXT: Live Variable Analysis