[llvm] [LTO] Run ObjCARCContractPass according to the callgraph (PR #103034)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 03:04:38 PDT 2024
================
@@ -279,15 +279,15 @@
; GCN-O1-NEXT: AMDGPU Rewrite Undef for PHI
; GCN-O1-NEXT: LCSSA Verifier
; GCN-O1-NEXT: Loop-Closed SSA Form Pass
+; GCN-O1-NEXT: DummyCGSCCPass
+; GCN-O1-NEXT: FunctionPass Manager
+; GCN-O1-NEXT: Dominator Tree Construction
; GCN-O1-NEXT: Basic Alias Analysis (stateless AA impl)
; GCN-O1-NEXT: Function Alias Analysis Results
----------------
jayfoad wrote:
I wonder why these alias analyses are not preserved, and have to be recomputed 8 lines below.
https://github.com/llvm/llvm-project/pull/103034
More information about the llvm-commits
mailing list