This is an archive of the discontinued LLVM Phabricator instance.

[mlir] use strided layout in structured codegen-related tests
ClosedPublic

Authored by ftynse on Sep 16 2022, 6:54 AM.

Details

Summary

All relevant operations have been switched to primarily use the strided
layout, but still support the affine map layout. Update the relevant
tests to use the strided format instead for compatibility with how ops
now print by default.

Diff Detail

Event Timeline

ftynse created this revision.Sep 16 2022, 6:54 AM
ftynse requested review of this revision.Sep 16 2022, 6:54 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache accepted this revision.Sep 16 2022, 8:50 AM
This revision is now accepted and ready to land.Sep 16 2022, 8:50 AM