[llvm] 97a1c98 - [M68k] Fix M68k pipeline order test after 4ece50737d5385fb80cfa23f5297d1111f8eed39

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 21 05:01:20 PST 2023


Author: Simon Pilgrim
Date: 2023-01-21T13:00:56Z
New Revision: 97a1c98f8e38698bdd861dfd69301d2e11e89863

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

LOG: [M68k] Fix M68k pipeline order test after 4ece50737d5385fb80cfa23f5297d1111f8eed39

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 bc80b763351f..3e1ec28451d7 100644
--- a/llvm/test/CodeGen/M68k/pipeline.ll
+++ b/llvm/test/CodeGen/M68k/pipeline.ll
@@ -49,6 +49,7 @@
 ; CHECK-NEXT:      Natural Loop Information
 ; CHECK-NEXT:      Post-Dominator Tree Construction
 ; CHECK-NEXT:      Branch Probability Analysis
+; CHECK-NEXT:      Assignment Tracking Analysis
 ; CHECK-NEXT:      Lazy Branch Probability Analysis
 ; CHECK-NEXT:      Lazy Block Frequency Analysis
 ; CHECK-NEXT:      M68k DAG->DAG Pattern Instruction Selection


        


More information about the llvm-commits mailing list