[llvm] cf86855 - [M68k] fix test regression introduced by D140180

Nick Desaulniers via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 09:22:31 PST 2023


Author: Nick Desaulniers
Date: 2023-02-17T09:22:24-08:00
New Revision: cf86855c4453d029a9b9ed8c4c4c18cefc1bc895

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

LOG: [M68k] fix test regression introduced by D140180

I added a new pass, callbrprepare, to the pass pipelines in
commit a3a84c9e2511 ("[llvm] add CallBrPrepare pass to pipelines")
but did not test experimental backends.

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 3e1ec28451d7..e936abf7f568 100644
--- a/llvm/test/CodeGen/M68k/pipeline.ll
+++ b/llvm/test/CodeGen/M68k/pipeline.ll
@@ -41,6 +41,7 @@
 ; CHECK-NEXT:      CodeGen Prepare
 ; CHECK-NEXT:      Dominator Tree Construction
 ; CHECK-NEXT:      Exception handling preparation
+; CHECK-NEXT:      Prepare callbr
 ; CHECK-NEXT:      Safe Stack instrumentation pass
 ; CHECK-NEXT:      Insert stack protectors
 ; CHECK-NEXT:      Module Verifier


        


More information about the llvm-commits mailing list