[llvm] dae55c8 - [M68k] Fix compilation pipeline check
Michael Liao via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 21:31:35 PDT 2024
Author: Michael Liao
Date: 2024-05-24T00:26:09-04:00
New Revision: dae55c89835347a353619f506ee5c8f8a2c136a7
URL: https://github.com/llvm/llvm-project/commit/dae55c89835347a353619f506ee5c8f8a2c136a7
DIFF: https://github.com/llvm/llvm-project/commit/dae55c89835347a353619f506ee5c8f8a2c136a7.diff
LOG: [M68k] Fix compilation pipeline check
- This change is after running ObjCContractPass in default codegen
pipeline (#92331).
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 db047da943c5b..c407d9a73bf27 100644
--- a/llvm/test/CodeGen/M68k/pipeline.ll
+++ b/llvm/test/CodeGen/M68k/pipeline.ll
@@ -41,10 +41,14 @@
; CHECK-NEXT: CodeGen Prepare
; CHECK-NEXT: Dominator Tree Construction
; CHECK-NEXT: Exception handling preparation
+; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
+; CHECK-NEXT: Function Alias Analysis Results
+; CHECK-NEXT: ObjC ARC contraction
; CHECK-NEXT: Prepare callbr
; CHECK-NEXT: Safe Stack instrumentation pass
; CHECK-NEXT: Insert stack protectors
; CHECK-NEXT: Module Verifier
+; CHECK-NEXT: Dominator Tree Construction
; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
; CHECK-NEXT: Function Alias Analysis Results
; CHECK-NEXT: Natural Loop Information
More information about the llvm-commits
mailing list