[llvm] 590e5e2 - [M68k] Fix llc pass test after 3630d9ef65b30af7e4ca78e668649bbc48b5be66

Michael Liao via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 05:28:38 PST 2025


Author: Michael Liao
Date: 2025-01-23T08:28:25-05:00
New Revision: 590e5e20b12f9fd956d0ba7de83aa2ab44c9faeb

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

LOG: [M68k] Fix llc pass test after 3630d9ef65b30af7e4ca78e668649bbc48b5be66

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 bc224743e5b707..d61e591505e59d 100644
--- a/llvm/test/CodeGen/M68k/pipeline.ll
+++ b/llvm/test/CodeGen/M68k/pipeline.ll
@@ -31,6 +31,9 @@
 ; CHECK-NEXT:      Block Frequency Analysis
 ; CHECK-NEXT:      Constant Hoisting
 ; CHECK-NEXT:      Replace intrinsics with calls to vector library
+; CHECK-NEXT:      Lazy Branch Probability Analysis
+; CHECK-NEXT:      Lazy Block Frequency Analysis
+; CHECK-NEXT:      Optimization Remark Emitter
 ; CHECK-NEXT:      Partially inline calls to library functions
 ; CHECK-NEXT:      Instrument function entry/exit with calls to e.g. mcount() (post inlining)
 ; CHECK-NEXT:      Scalarize Masked Memory Intrinsics


        


More information about the llvm-commits mailing list