This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] disable region simplification in HLFIR pipeline
ClosedPublic

Authored by jeanPerier on Mar 29 2023, 2:53 AM.

Details

Summary

Block merging is disabled with FIR: some FIR value should not be promoted
to block arguments, and the region simplification block merging is
promoting all SSA value types to block argument when two blocks are
similar except for the usage these values.

Diff Detail

Event Timeline

jeanPerier created this revision.Mar 29 2023, 2:53 AM
Herald added a project: Restricted Project. · View Herald Transcript
jeanPerier requested review of this revision.Mar 29 2023, 2:53 AM
clementval accepted this revision.Mar 29 2023, 3:11 AM
clementval added a subscriber: clementval.

LGTM

This revision is now accepted and ready to land.Mar 29 2023, 3:11 AM
This revision was landed with ongoing or failed builds.Mar 30 2023, 12:50 AM
This revision was automatically updated to reflect the committed changes.