[llvm] a490bbf - [M68k] Fix compilation pipeline check

Michael Liao via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 1 11:49:42 PST 2024


Author: Michael Liao
Date: 2024-03-01T14:49:27-05:00
New Revision: a490bbf5391de358ad400a23ae8e9ed494e5004e

URL: https://github.com/llvm/llvm-project/commit/a490bbf5391de358ad400a23ae8e9ed494e5004e
DIFF: https://github.com/llvm/llvm-project/commit/a490bbf5391de358ad400a23ae8e9ed494e5004e.diff

LOG: [M68k] Fix compilation pipeline check

- Add 'Init Undef Pass', which is target-independent now.

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 dfaa149b7a4744..db047da943c5b3 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


        


More information about the llvm-commits mailing list