From ba2aa1dcf3e18aa9bd40c7016d7fb500c77959dc Mon Sep 17 00:00:00 2001 From: Kyungwoo Lee Date: Tue, 10 Sep 2024 09:01:46 -0700 Subject: [PATCH] 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 --- llvm/test/CodeGen/AArch64/O3-pipeline.ll | 1 - 1 file changed, 1 deletion(-) 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