[clang] [lld] [llvm] Run ObjCContractPass in Default Codegen Pipeline (PR #92331)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 10:59:01 PDT 2024
================
@@ -31,6 +31,10 @@
; CHECK-NEXT: AArch64 Stack Tagging
; CHECK-NEXT: SME ABI Pass
; CHECK-NEXT: Exception handling preparation
+; CHECK-NEXT: Dominator Tree Construction
+; CHECK-NEXT: Basic Alias Analysis (stateless AA impl)
+; CHECK-NEXT: Function Alias Analysis Results
----------------
aeubanks wrote:
this is where having the new pass manager for codegen would be nice
https://github.com/llvm/llvm-project/pull/92331
More information about the llvm-commits
mailing list