[all-commits] [llvm/llvm-project] d3da78: [CGData] Refactor Global Merge Functions (#115750)

Kyungwoo Lee via All-commits all-commits at lists.llvm.org
Wed Nov 13 21:15:40 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d3da78863c7021fa2447a168dc03ad791db69dc6
      https://github.com/llvm/llvm-project/commit/d3da78863c7021fa2447a168dc03ad791db69dc6
  Author: Kyungwoo Lee <kyulee at meta.com>
  Date:   2024-11-13 (Wed, 13 Nov 2024)

  Changed paths:
    M llvm/lib/CodeGen/GlobalMergeFunctions.cpp

  Log Message:
  -----------
  [CGData] Refactor Global Merge Functions (#115750)

This is a follow-up PR to refactor the initial global merge function
pass implemented in #112671.

It first collects stable functions relevant to the current module and
iterates over those only, instead of iterating through all stable
functions in the stable function map.

This is a patch for
https://discourse.llvm.org/t/rfc-global-function-merging/82608.



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