[all-commits] [llvm/llvm-project] ba2aa1: Fix for Attempt to fix [CGData][MachineOutliner] G...

Kyungwoo Lee via All-commits all-commits at lists.llvm.org
Tue Sep 10 09:02:07 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ba2aa1dcf3e18aa9bd40c7016d7fb500c77959dc
      https://github.com/llvm/llvm-project/commit/ba2aa1dcf3e18aa9bd40c7016d7fb500c77959dc
  Author: Kyungwoo Lee <kyulee at meta.com>
  Date:   2024-09-10 (Tue, 10 Sep 2024)

  Changed paths:
    M llvm/test/CodeGen/AArch64/O3-pipeline.ll

  Log Message:
  -----------
  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>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list