This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix for compilation problems caused by D79578
AbandonedPublic

Authored by PeteSteinfeld on May 11 2020, 9:56 AM.

Details

Summary

D79578 changed the name of an mlir namespace from "loop" to "scf" and also changed the name of one of its members. This change allows flang to build without errors and pass all tests.

Diff Detail

Event Timeline

PeteSteinfeld created this revision.May 11 2020, 9:56 AM
PeteSteinfeld added a project: Restricted Project.May 11 2020, 9:57 AM
tskeith accepted this revision.May 11 2020, 10:14 AM
tskeith added a subscriber: tskeith.

Looks great

This revision is now accepted and ready to land.May 11 2020, 10:14 AM

This was addressed in D79723

schweitz accepted this revision.May 11 2020, 10:43 AM

Thanks for the fix.

PeteSteinfeld abandoned this revision.May 11 2020, 11:00 AM

Superseded by D79723.