This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Move Todo.h from Lower to Optimizer
ClosedPublic

Authored by clementval on Jun 8 2022, 4:47 AM.

Details

Summary

Remove a backwards dependence from Optimizer -> Lower by moving Todo.h
to the optimizer and out of lowering.

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.Jun 8 2022, 4:47 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Jun 8 2022, 4:47 AM
clementval updated this revision to Diff 435105.Jun 8 2022, 4:48 AM

Update Todo.h header

jeanPerier accepted this revision.Jun 8 2022, 8:48 AM

Thanks

This revision is now accepted and ready to land.Jun 8 2022, 8:48 AM
This revision was automatically updated to reflect the committed changes.