This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Expose makeCanonicalStridedLayoutExpr in StandardTypes.h.
ClosedPublic

Authored by pifon2a on Mar 3 2020, 2:52 PM.

Diff Detail

Event Timeline

pifon2a created this revision.Mar 3 2020, 2:52 PM
Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache accepted this revision.Mar 3 2020, 3:07 PM
rriddle accepted this revision.Mar 3 2020, 3:27 PM
rriddle added inline comments.
mlir/lib/IR/StandardTypes.cpp
458–459

Let's move this down below canonicalizeStridedLayout now to match the position in the header file.

This revision is now accepted and ready to land.Mar 3 2020, 3:27 PM
pifon2a updated this revision to Diff 248056.Mar 3 2020, 3:38 PM

Addressed the comment.

pifon2a marked an inline comment as done.Mar 3 2020, 3:39 PM
This revision was automatically updated to reflect the committed changes.