This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Register tensor dialect for transfer_read conversion
ClosedPublic

Authored by Lewuathe on Jan 29 2023, 10:10 PM.

Details

Summary

Make sure to register tensor dialect as tensor.transfer_read can be dependent on its parameter. It resolves the issue causing the unregisterd dialect error to convert vector to SCF reported https://github.com/llvm/llvm-project/issues/60197.

Diff Detail

Event Timeline

Lewuathe created this revision.Jan 29 2023, 10:10 PM
Lewuathe requested review of this revision.Jan 29 2023, 10:10 PM
ftynse accepted this revision.Jan 31 2023, 4:09 AM
This revision is now accepted and ready to land.Jan 31 2023, 4:09 AM