This is an archive of the discontinued LLVM Phabricator instance.

llvm-reduce: Fix invalid reductions for exceptions, tokens and swifterror
ClosedPublic

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

Details

Summary

Copies the same special cases that bugpoint uses. Technically the
token condition is stricter than what the verifier enforces.

Part 1 of #58815

Diff Detail

Event Timeline

arsenm created this revision.Jan 2 2023, 7:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 2 2023, 7:14 PM
arsenm requested review of this revision.Jan 2 2023, 7:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 2 2023, 7:14 PM
Herald added a subscriber: wdng. · View Herald Transcript
This revision is now accepted and ready to land.Jan 3 2023, 12:56 PM