This is an archive of the discontinued LLVM Phabricator instance.

[llvm-reduce] Reduce comdats
ClosedPublic

Authored by aeubanks on Oct 16 2022, 10:11 PM.

Diff Detail

Event Timeline

aeubanks created this revision.Oct 16 2022, 10:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 16 2022, 10:11 PM
aeubanks requested review of this revision.Oct 16 2022, 10:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 16 2022, 10:11 PM
arsenm added a subscriber: arsenm.Oct 16 2022, 10:19 PM
arsenm added inline comments.
llvm/test/tools/llvm-reduce/remove-comdat.ll
6

Maybe should have a check where one of them is needed

llvm/tools/llvm-reduce/deltas/ReduceGlobalObjects.cpp
30–31

Don't understand what this would do

aeubanks updated this revision to Diff 468254.Oct 17 2022, 10:34 AM

update test
remove unintended code

arsenm accepted this revision.Oct 17 2022, 10:38 AM
This revision is now accepted and ready to land.Oct 17 2022, 10:38 AM
This revision was landed with ongoing or failed builds.Oct 17 2022, 10:50 AM
This revision was automatically updated to reflect the committed changes.