This is an archive of the discontinued LLVM Phabricator instance.

[flang] Pass the pipeline config to the pass
ClosedPublic

Authored by clementval on Aug 9 2022, 2:11 AM.

Details

Summary

The newly added AlgebraicSimplification pass is triggering the
greedy pattern rewriter. Since we define a specific config in the
flang pipeline, this patch adds the ability to pass the config
to the pass directly.

Diff Detail

Event Timeline

clementval created this revision.Aug 9 2022, 2:11 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 9 2022, 2:11 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Aug 9 2022, 2:11 AM
jeanPerier accepted this revision.Aug 9 2022, 2:17 AM

Looks good to me

This revision is now accepted and ready to land.Aug 9 2022, 2:17 AM
This revision was automatically updated to reflect the committed changes.

Thanks Valentin!