This is an archive of the discontinued LLVM Phabricator instance.

[Flang] WIP: Add support for fsave-optimization-record
AbandonedPublic

Authored by kiranchandramohan on Jan 25 2023, 7:25 AM.

Details

Reviewers
None
Summary

Add support for saving optimization record. Optimization record
lists the optimizations performed by LLVM. We can hopefully expand
this later to include the MLIR optimizations.

Diff Detail

Event Timeline

Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 25 2023, 7:25 AM
kiranchandramohan requested review of this revision.Jan 25 2023, 7:25 AM

It would be nice to get an OptimizationRemarkEmitter into the MLIRContext.

kiranchandramohan abandoned this revision.Jul 17 2023, 6:08 AM