This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Enable folding memref alias for `ldmatrix`
ClosedPublic

Authored by guraypp on May 25 2023, 2:16 AM.

Details

Summary

Folding mechanism does not recognize ldmatrix op. This work helps pass to recognize the op and fold the memref aliases.

Diff Detail

Event Timeline

guraypp created this revision.May 25 2023, 2:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 2:16 AM
guraypp requested review of this revision.May 25 2023, 2:16 AM
guraypp updated this revision to Diff 525495.May 25 2023, 2:17 AM

add newline

Thanks, looks good to me!

nicolasvasilache accepted this revision.May 25 2023, 2:25 AM
This revision is now accepted and ready to land.May 25 2023, 2:25 AM
This revision was automatically updated to reflect the committed changes.