This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NFC] loop transforms/analyis utils cleanup / modernize
ClosedPublic

Authored by bondhugula on Mar 31 2020, 2:19 PM.

Details

Summary

Modernize/cleanup code in loop transforms utils - a lot of this code was
written prior to the currently available IR support / code style. This
patch also does some variable renames including inst -> op, comment
updates, turns getCleanupLoopLowerBound into a local function.

Depends on D77166.

Diff Detail

Event Timeline

bondhugula created this revision.Mar 31 2020, 2:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2020, 2:19 PM
ftynse accepted this revision.Apr 1 2020, 1:21 AM
This revision is now accepted and ready to land.Apr 1 2020, 1:21 AM
This revision was automatically updated to reflect the committed changes.