This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] move HLFIR dialect definition in IR
ClosedPublic

Authored by jeanPerier on Nov 9 2022, 2:03 AM.

Details

Summary

Transforms will need to be put in a different library to avoid circular
dependencies with other parts of the compiler. So create an IR
directory, this (flat include directory, IR and Transform directories in
lib) matches how dialects like LLVM dialect are implemented.

Diff Detail

Event Timeline

jeanPerier created this revision.Nov 9 2022, 2:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 9 2022, 2:03 AM
jeanPerier requested review of this revision.Nov 9 2022, 2:03 AM
This revision is now accepted and ready to land.Nov 9 2022, 2:35 AM
This revision was automatically updated to reflect the committed changes.