This is an archive of the discontinued LLVM Phabricator instance.

[ExecutionEngine] Remove unused functions
ClosedPublic

Authored by kazu on Jun 11 2023, 8:33 PM.

Details

Summary

This patch removes:

cloneModuleFlagsMetadata
moveFunctionBody
moveGlobalVariableInitializer

Their last uses were removed by:

commit 6154c4115cd4b78d0171892aac21e340e72e32bd
Author: Lang Hames <lhames@gmail.com>
Date:   Mon Sep 7 21:21:28 2020 -0700

Diff Detail

Event Timeline

kazu created this revision.Jun 11 2023, 8:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2023, 8:33 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
kazu requested review of this revision.Jun 11 2023, 8:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2023, 8:33 PM
kazu added a reviewer: lhames.Jun 11 2023, 8:34 PM
lhames accepted this revision.Jun 12 2023, 9:53 AM

LGTM. Thanks @kazu!

This revision is now accepted and ready to land.Jun 12 2023, 9:53 AM
This revision was automatically updated to reflect the committed changes.