This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Use prefixed accessors for fircg dialect
ClosedPublic

Authored by clementval on Oct 3 2022, 12:54 AM.

Details

Summary

The raw accessor is going away soon so switch to prefixed accessors in the
fircg dialect. The main dialect was switched some months ago.

https://github.com/llvm/llvm-project/issues/58090

Diff Detail

Event Timeline

clementval created this revision.Oct 3 2022, 12:54 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 3 2022, 12:54 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Oct 3 2022, 12:54 AM
rriddle accepted this revision.Oct 3 2022, 12:55 AM

Nice, thanks!

This revision is now accepted and ready to land.Oct 3 2022, 12:55 AM
This revision was automatically updated to reflect the committed changes.