This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix compilation after rename of Loop dialect to scf
ClosedPublic

Authored by clementval on May 11 2020, 9:22 AM.

Details

Summary

Flang was not compiling correctly after the renaming of Loop dialect to SCF. This patch fixes the problem.

Diff Detail

Event Timeline

clementval created this revision.May 11 2020, 9:22 AM
Herald added a project: Restricted Project. · View Herald Transcript
ftynse accepted this revision.May 11 2020, 9:43 AM

Thanks!

This revision is now accepted and ready to land.May 11 2020, 9:43 AM
This revision was automatically updated to reflect the committed changes.
sscalpone added a project: Restricted Project.May 11 2020, 10:47 AM