This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix compilation problem with rename of "MemRefDataFlow"
ClosedPublic

Authored by PeteSteinfeld on Jun 14 2021, 6:22 AM.

Details

Summary

Revision https://reviews.llvm.org/D104190 renamed MemRefDataFlow -> AffineScalarReplacement. After this rename, mlir failed to build. With this change, all of clang, mlir, and flang build and test correctly.

Diff Detail

Event Timeline

PeteSteinfeld created this revision.Jun 14 2021, 6:22 AM
PeteSteinfeld requested review of this revision.Jun 14 2021, 6:22 AM
PeteSteinfeld added a project: Restricted Project.
bondhugula accepted this revision.Jun 14 2021, 6:59 AM

Thanks for fixing this - sorry I had missed updating flang.

This revision is now accepted and ready to land.Jun 14 2021, 6:59 AM