This is an archive of the discontinued LLVM Phabricator instance.

[flang] Updated FIR dialect to _Both
ClosedPublic

Authored by jpienaar on Dec 8 2021, 8:10 PM.

Details

Summary

Change dialect (and remove now redundant accessors) to generate both
form of accessors of being generated. Tried to keep this change
reasonably minimal (this also includes keeping note about not generating
getType accessor to avoid shadowing).

Diff Detail

Event Timeline

jpienaar created this revision.Dec 8 2021, 8:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 8 2021, 8:10 PM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
jpienaar requested review of this revision.Dec 8 2021, 8:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 8 2021, 8:10 PM
clementval accepted this revision.Dec 8 2021, 10:54 PM

LGTM. Thanks for looking at this. Please give some time to @schweitz to have a look at it.

This revision is now accepted and ready to land.Dec 8 2021, 10:54 PM
schweitz accepted this revision.Dec 9 2021, 11:01 AM

LGTM. We'll have to sync the rest with the next rebase @clementval .

This revision was automatically updated to reflect the committed changes.