This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Affine][NFC] Expose expandAffineMap
ClosedPublic

Authored by flaub on Mar 3 2020, 5:38 PM.

Details

Summary

Expose expandAffineMap so that it can be used by lowerings defined outside of
MLIR core.

Diff Detail

Event Timeline

flaub created this revision.Mar 3 2020, 5:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2020, 5:38 PM
ftynse accepted this revision.Mar 4 2020, 4:08 AM
ftynse added inline comments.
mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
45

Nit: I'd avoid irrelevant reformatting.

This revision is now accepted and ready to land.Mar 4 2020, 4:08 AM
flaub updated this revision to Diff 248302.Mar 4 2020, 1:27 PM

Fix formatting

This revision was automatically updated to reflect the committed changes.