This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] NFC. Change debug name LoopUtils -> loop-utils
ClosedPublic

Authored by bondhugula on Nov 26 2022, 7:57 PM.

Details

Summary

Rename DEBUG_TYPE for LoopUtils -> loop-utils to be consistent with the
names used for the other files. Fix clang-tidy warnings on argument name
mismatches.

Diff Detail

Event Timeline

bondhugula created this revision.Nov 26 2022, 7:57 PM
bondhugula requested review of this revision.Nov 26 2022, 7:57 PM
bondhugula accepted this revision.Nov 28 2022, 5:27 PM

Trivial change; self-accepting.

This revision is now accepted and ready to land.Nov 28 2022, 5:27 PM
dcaballe accepted this revision.Nov 28 2022, 5:43 PM
This revision was automatically updated to reflect the committed changes.