[all-commits] [llvm/llvm-project] 2544d9: llvm-extract: Replace IFuncs with declarations

Christian Ulmann via All-commits all-commits at lists.llvm.org
Tue Jun 6 00:19:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2544d91956f9b7b955f13dc2ffb12da30c5f7f87
      https://github.com/llvm/llvm-project/commit/2544d91956f9b7b955f13dc2ffb12da30c5f7f87
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
    M llvm/lib/Transforms/IPO/ExtractGV.cpp
    A llvm/test/tools/llvm-extract/delete-ifunc.ll

  Log Message:
  -----------
  llvm-extract: Replace IFuncs with declarations

This commit ensures that llvm-extract does not copy all IFuncs into the
resulting modules. Before this change, ifuncs were not modified which
could cause the emission unexpected IR files.

Reviewed By: darthscsi

Differential Revision: https://reviews.llvm.org/D152148




More information about the All-commits mailing list