This is an archive of the discontinued LLVM Phabricator instance.

[MemRef][WIP] Rewrite address computation
AbandonedPublic

Authored by qcolombet on Mar 10 2023, 8:47 AM.

Details

Reviewers
nicolasvasilache
Summary

Rewrite load accesses using subviews so that the loads only have zero offsets

Diff Detail

Event Timeline

qcolombet created this revision.Mar 10 2023, 8:47 AM
qcolombet requested review of this revision.Mar 10 2023, 8:47 AM
qcolombet planned changes to this revision.Mar 10 2023, 8:47 AM
qcolombet abandoned this revision.Mar 21 2023, 4:35 AM

Abandoning that one for now. I think it would make sense to introduce some interface for this kind of rewriting.