This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use SCF for loops in ProgressiveVectorToSCF
ClosedPublic

Authored by springerm on Apr 21 2021, 7:33 PM.

Details

Summary

Use SCF for loops instead of Affine for loops.

Depends On D101007

Diff Detail

Event Timeline

springerm created this revision.Apr 21 2021, 7:33 PM
springerm requested review of this revision.Apr 21 2021, 7:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 21 2021, 7:33 PM

(no change)

(no change)

springerm updated this revision to Diff 339871.Apr 22 2021, 9:32 PM

(no change)

(no change)

Does this need some test update?

This revision is now accepted and ready to land.Apr 22 2021, 11:46 PM
This revision was landed with ongoing or failed builds.Apr 23 2021, 1:54 AM
This revision was automatically updated to reflect the committed changes.

Does this need some test update?

There are currently no tests that check for generated ops. Only integration tests. So no need to update tests.