This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] rename hlfir::FortranEntity into EntityWithAttributes
ClosedPublic

Authored by jeanPerier on Nov 10 2022, 9:49 AM.

Details

Summary

This reflects the fact that Attributes will not always be visible when
looking at an HLFIR variable. The EntityWithAttributes class is used
to denote in the compiler code that the value at hand has visible
attributes. It is intended to be used in lowering so that the code
can query about operands attributes when generating code.

Diff Detail

Event Timeline

jeanPerier created this revision.Nov 10 2022, 9:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 10 2022, 9:49 AM
jeanPerier requested review of this revision.Nov 10 2022, 9:49 AM
This revision is now accepted and ready to land.Nov 10 2022, 11:20 AM