This is an archive of the discontinued LLVM Phabricator instance.

[mlir:Pass] Generate a reproducer as early as possible
ClosedPublic

Authored by rriddle on Oct 4 2021, 5:24 PM.

Details

Summary

This avoids keeping references to passes that may be freed by
the time that the pass manager has finished executing (in the
non-crash case).

Fixes PR#52069

Diff Detail

Event Timeline

rriddle created this revision.Oct 4 2021, 5:24 PM
rriddle requested review of this revision.Oct 4 2021, 5:24 PM
mehdi_amini accepted this revision.Oct 4 2021, 6:05 PM
This revision is now accepted and ready to land.Oct 4 2021, 6:05 PM
This revision was automatically updated to reflect the committed changes.