This is an archive of the discontinued LLVM Phabricator instance.

[mlir][SCF] Use symbols in loop peeling rewrite
ClosedPublic

Authored by springerm on Aug 19 2021, 6:23 PM.

Details

Summary

Use symbols in the affine map instead of dims. Dims should not be divided.

Diff Detail

Event Timeline

springerm created this revision.Aug 19 2021, 6:23 PM
springerm requested review of this revision.Aug 19 2021, 6:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 19 2021, 6:24 PM
ftynse accepted this revision.Aug 24 2021, 2:58 AM

I think dims can be dividends but not divisors.

This revision is now accepted and ready to land.Aug 24 2021, 2:58 AM
This revision was automatically updated to reflect the committed changes.