This is an archive of the discontinued LLVM Phabricator instance.

[mlir][test] Add expand-strided-metadata to lower-to-llvm
ClosedPublic

Authored by qcolombet on Dec 12 2022, 6:46 AM.

Details

Summary

This patch adds the ExpandStridedMetadataPass to the LowerToLLVM named pipeline.
This is required now that "complex" memref operations, like subviews, need to be expanded before being lowered.

Diff Detail

Event Timeline

qcolombet created this revision.Dec 12 2022, 6:46 AM
qcolombet requested review of this revision.Dec 12 2022, 6:46 AM
ftynse accepted this revision.Dec 14 2022, 1:34 AM
This revision is now accepted and ready to land.Dec 14 2022, 1:34 AM