This is an archive of the discontinued LLVM Phabricator instance.

llvm-reduce: Clone some of the easy function properties
ClosedPublic

Authored by arsenm on Apr 14 2022, 12:45 PM.

Details

Summary

Error on some of these other fields, since tracking down test cases
for all of these at once is exhausting.

Diff Detail

Event Timeline

arsenm created this revision.Apr 14 2022, 12:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 12:45 PM
arsenm requested review of this revision.Apr 14 2022, 12:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 12:45 PM
Herald added subscribers: aheejin, wdng. · View Herald Transcript
arsenm updated this revision to Diff 423136.Apr 15 2022, 11:01 AM

Test newly serialized fields

MatzeB accepted this revision.Apr 15 2022, 11:38 AM
This revision is now accepted and ready to land.Apr 15 2022, 11:38 AM
This comment was removed by dblaikie.

(as you already noticed this was approved).

I bet this was manually marked because somehow our phabricator instance sometimes takes > 1 hour to recognize something as being committed and automatically add it. I also ended up manually adding a revision a couple of times thinking the automation was broken until I realized that it's just really slow.

(as you already noticed this was approved).

I bet this was manually marked because somehow our phabricator instance sometimes takes > 1 hour to recognize something as being committed and automatically add it. I also ended up manually adding a revision a couple of times thinking the automation was broken until I realized that it's just really slow.

Yeah, the main issue is that if a patch is approved without any comment, no email is sent to the list (so, if at all possible, please include some text when approving a patch to ensure the mailing list reflects the approved status) - and then I missed it when inspecting the review itself (to look for the "approved" status update in the review log UI at the top).