This is an archive of the discontinued LLVM Phabricator instance.

[mlir][MemRef] Add a extract_strided_metadata(extract_strided_metadata) pattern
ClosedPublic

Authored by qcolombet on Oct 12 2022, 5:51 PM.

Details

Summary

This pattern will be useful to get cleaner code when lowering view like operations.

Note: This patch is part of a series that replaces the lowering of view like operations in MemRefToLLVM with composable patterns.

Diff Detail