[llvm] 3a7d608 - [FatLTO] Relax checks for fatlto pipeline test

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 03:59:32 PDT 2025


Author: Nikita Popov
Date: 2025-06-30T12:59:25+02:00
New Revision: 3a7d60860d1a48aebae0f4ff121a91b2a39cec9b

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

LOG: [FatLTO] Relax checks for fatlto pipeline test

EmbedBitcodePass now reports that it modified the IR, so there
are more analysis invalidations in between. Convert CHECK-NEXT
to CHECK.

Added: 
    

Modified: 
    llvm/test/Other/fatlto.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Other/fatlto.ll b/llvm/test/Other/fatlto.ll
index 90e2701dc847b..0201dc25fa870 100644
--- a/llvm/test/Other/fatlto.ll
+++ b/llvm/test/Other/fatlto.ll
@@ -3,5 +3,5 @@
 
 ; CHECK: Running pass: EmbedBitcodePass on [module]
 ; THINLTO: Running analysis: ModuleSummaryIndexAnalysis on [module]
-; CHECK-NEXT: Running pass: FatLtoCleanup on [module]
+; CHECK: Running pass: FatLtoCleanup on [module]
 ; CHECK-NEXT: Running pass: LowerTypeTestsPass on [module]


        


More information about the llvm-commits mailing list