This is an archive of the discontinued LLVM Phabricator instance.

NFC. Remove unnecessary builder argument in Affine Utils helper
ClosedPublic

Authored by bondhugula on Oct 6 2022, 10:22 PM.

Details

Summary

NFC. Remove unnecessary builder argument in an Affine Utils helper
function: normalizeMemRefType. A builder was never needed. While on
this, fix a clang-tidy warning from the same file.

Diff Detail

Event Timeline

bondhugula created this revision.Oct 6 2022, 10:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2022, 10:22 PM
bondhugula requested review of this revision.Oct 6 2022, 10:22 PM
dcaballe accepted this revision.Oct 6 2022, 10:59 PM
This revision is now accepted and ready to land.Oct 6 2022, 10:59 PM