This is an archive of the discontinued LLVM Phabricator instance.

[llvm-reduce] Actually skip invalid candidates in operands-to-args
ClosedPublic

Authored by aeubanks on Oct 28 2021, 3:53 PM.

Details

Summary

This was checked while counting but not actually when doing the reduction, resulting in crashes.

Diff Detail

Event Timeline

aeubanks requested review of this revision.Oct 28 2021, 3:53 PM
aeubanks created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2021, 3:53 PM
Meinersbur accepted this revision.Oct 29 2021, 5:11 AM

LGTM, thanks

This revision is now accepted and ready to land.Oct 29 2021, 5:11 AM