[llvm] ba2aa1d - Fix for Attempt to fix [CGData][MachineOutliner] Global Outlining (#90074) #108037 (#108047)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 09:01:50 PDT 2024
Author: Kyungwoo Lee
Date: 2024-09-10T09:01:46-07:00
New Revision: ba2aa1dcf3e18aa9bd40c7016d7fb500c77959dc
URL: https://github.com/llvm/llvm-project/commit/ba2aa1dcf3e18aa9bd40c7016d7fb500c77959dc
DIFF: https://github.com/llvm/llvm-project/commit/ba2aa1dcf3e18aa9bd40c7016d7fb500c77959dc.diff
LOG: Fix for Attempt to fix [CGData][MachineOutliner] Global Outlining (#90074) #108037 (#108047)
The previous `attempt to fix [CGData][MachineOutliner] Global Outlining
(#90074) #108037` was incomplete because the
`ImmutableModuleSummaryIndexWrapperPass` is now optional for the
MachineOutliner pass.
With this fix, the test file `CodeGen/AArch64/O3-pipeline.ll` shows no
changes compared to its state before `[CGData][MachineOutliner] Global
Outlining (#90074)`.
Co-authored-by: Kyungwoo Lee <kyulee at fb.com>
Added:
Modified:
llvm/test/CodeGen/AArch64/O3-pipeline.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/O3-pipeline.ll b/llvm/test/CodeGen/AArch64/O3-pipeline.ll
index 80e08ee713710c..fb94c040ae341a 100644
--- a/llvm/test/CodeGen/AArch64/O3-pipeline.ll
+++ b/llvm/test/CodeGen/AArch64/O3-pipeline.ll
@@ -16,7 +16,6 @@
; CHECK-NEXT: Machine Branch Probability Analysis
; CHECK-NEXT: Default Regalloc Eviction Advisor
; CHECK-NEXT: Default Regalloc Priority Advisor
-; CHECK-NEXT: Module summary info
; CHECK-NEXT: ModulePass Manager
; CHECK-NEXT: Pre-ISel Intrinsic Lowering
; CHECK-NEXT: FunctionPass Manager
More information about the llvm-commits
mailing list