This is an archive of the discontinued LLVM Phabricator instance.

llvm-reduce: Reduce prefix data
ClosedPublic

Authored by arsenm on Jan 2 2023, 7:20 PM.

Details

Summary

Also fixes broken cloning.

Diff Detail

Event Timeline

arsenm created this revision.Jan 2 2023, 7:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 2 2023, 7:20 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
arsenm requested review of this revision.Jan 2 2023, 7:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 2 2023, 7:20 PM
Herald added a subscriber: wdng. · View Herald Transcript
regehr added a comment.Jan 2 2023, 7:31 PM

omg thank you, the cloning bug(s) have been bothering me for a long time

arsenm added a comment.Jan 2 2023, 7:35 PM

omg thank you, the cloning bug(s) have been bothering me for a long time

There are actual users of prefix data?

regehr added a comment.Jan 2 2023, 8:26 PM

ok the llvm-reduce change looks clearly good. I'm not the right person to look at the other part

I only meant that I run into bugs in CloneModule almost every time I try to use it for something, and they're a real pain to track down!!

nikic accepted this revision.Jan 3 2023, 2:16 AM

LG

This revision is now accepted and ready to land.Jan 3 2023, 2:16 AM