This is an archive of the discontinued LLVM Phabricator instance.

[fir][NFC] Move MLIR includes to FIRDialect.td
ClosedPublic

Authored by clementval on Oct 25 2021, 2:45 AM.

Details

Summary

The fir_Dialect definition was coming silently through FIRTypes.td.
Make the include of flang/Optimizer/Dialect/FIRDialect.td explicit in
FIROps.td and move MLIR includes to FIRDialect.td.

This patch is part of the upstreaming effort from fir-dev branch.

Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>

Diff Detail

Event Timeline

clementval created this revision.Oct 25 2021, 2:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2021, 2:45 AM
clementval requested review of this revision.Oct 25 2021, 2:45 AM
This revision is now accepted and ready to land.Oct 25 2021, 8:25 AM
This revision was automatically updated to reflect the committed changes.