This is an archive of the discontinued LLVM Phabricator instance.

[mlir][affine] Rigorous check for loop unrolling store operation
ClosedPublic

Authored by Lewuathe on Jun 20 2022, 6:33 PM.

Details

Summary

Static loop unrolling does not change the operation type. We can rigorously make sure to use affine.store in the check.

Diff Detail

Event Timeline

Lewuathe created this revision.Jun 20 2022, 6:33 PM
Lewuathe requested review of this revision.Jun 20 2022, 6:33 PM
ftynse accepted this revision.Jun 21 2022, 2:49 AM
This revision is now accepted and ready to land.Jun 21 2022, 2:49 AM
This revision was landed with ongoing or failed builds.Jun 24 2022, 5:32 PM
This revision was automatically updated to reflect the committed changes.