This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NFC] Move normalizeAffine methods to Affine utils
ClosedPublic

Authored by bondhugula on Jul 6 2021, 3:01 AM.

Details

Summary

The normalizeAffineForOp and normalizedAffineParallel methods were
misplaced in the AffineLoopNormalize pass file while their declarations
were in affine utils. Move these to affine Utils.cpp. NFC.

Diff Detail

Event Timeline

bondhugula created this revision.Jul 6 2021, 3:01 AM
bondhugula requested review of this revision.Jul 6 2021, 3:01 AM
Herald added a project: Restricted Project. · View Herald Transcript
bondhugula updated this revision to Diff 356648.Jul 6 2021, 3:03 AM

Prune includes

bondhugula updated this revision to Diff 356650.Jul 6 2021, 3:06 AM

Prune includes.

bondhugula updated this revision to Diff 356652.Jul 6 2021, 3:08 AM
bondhugula edited the summary of this revision. (Show Details)

Update summary.

ftynse accepted this revision.Jul 6 2021, 4:43 AM
This revision is now accepted and ready to land.Jul 6 2021, 4:43 AM
flaub accepted this revision.Jul 6 2021, 5:00 PM