This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Pass] Have PassRegistryEntry own pass strings
ClosedPublic

Authored by trilorez on Feb 22 2022, 11:32 AM.

Details

Summary

This eliminates the requirement that pass-related strings outlive pass
instances, which will facilitate future work enabling dynamic passes
written in other languages.

Diff Detail

Event Timeline

trilorez created this revision.Feb 22 2022, 11:32 AM
trilorez requested review of this revision.Feb 22 2022, 11:32 AM
mehdi_amini accepted this revision.Feb 22 2022, 7:25 PM
This revision is now accepted and ready to land.Feb 22 2022, 7:25 PM
This revision was automatically updated to reflect the committed changes.