This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Change dialect namespace loop->scf
ClosedPublic

Authored by ftynse on May 13 2020, 3:12 AM.

Details

Summary

All ops of the SCF dialect now use the scf. prefix instead of loop.. This
is a part of dialect renaming.

Diff Detail

Event Timeline

ftynse created this revision.May 13 2020, 3:12 AM
nicolasvasilache accepted this revision.May 13 2020, 6:40 AM
This revision is now accepted and ready to land.May 13 2020, 6:40 AM
This revision was automatically updated to reflect the committed changes.