This is an archive of the discontinued LLVM Phabricator instance.

[mlir][affine] Support index element in data copy generation pass
AbandonedPublic

Authored by Lewuathe on Mar 14 2023, 1:14 AM.

Details

Summary

Support index element in memref or vector type in the data copy generation pass. The original issue was reported in https://github.com/llvm/llvm-project/issues/61310.

Diff Detail