This is an archive of the discontinued LLVM Phabricator instance.

[Flang][Driver] Add support for backend passes in R_Group
ClosedPublic

Authored by victorkingi on Aug 31 2023, 2:19 AM.

Details

Summary

Previously, R_Group options only reported middle-end passes.
This patch allows backend passes to be reported as well.

Depends on D158174. That patch adds backend support to R_Group
options.

Diff Detail

Event Timeline

victorkingi created this revision.Aug 31 2023, 2:19 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
victorkingi requested review of this revision.Aug 31 2023, 2:19 AM
awarzynski accepted this revision.Aug 31 2023, 2:26 AM

LGTM, thanks!

This revision is now accepted and ready to land.Aug 31 2023, 2:26 AM

'MISSED' and 'ANALYSIS' to 'MISSED-DAG' and 'ANALYSIS-DAG' in optimization-remark-backend.f90

Removed remark option in test file to fix failing test

This revision was landed with ongoing or failed builds.Aug 31 2023, 7:40 AM
This revision was automatically updated to reflect the committed changes.