This is an archive of the discontinued LLVM Phabricator instance.

CloneModule: Handling cloning ifuncs
ClosedPublic

Authored by arsenm on Nov 22 2022, 2:22 PM.

Details

Summary

This is tested in a future llvm-reduce patch.

Diff Detail

Event Timeline

arsenm created this revision.Nov 22 2022, 2:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 22 2022, 2:22 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
arsenm requested review of this revision.Nov 22 2022, 2:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 22 2022, 2:22 PM
Herald added a subscriber: wdng. · View Herald Transcript

wrong patch uploaded? this is the same as D138524

arsenm updated this revision to Diff 477373.Nov 22 2022, 7:44 PM

correct patch

looks fine, but even though the other patch indirectly tests this, can you add to llvm/unittests/Transforms/Utils/CloningTest.cpp?

arsenm updated this revision to Diff 477496.Nov 23 2022, 7:00 AM

Add unit test

aeubanks accepted this revision.Nov 23 2022, 9:20 AM
This revision is now accepted and ready to land.Nov 23 2022, 9:20 AM