This is an archive of the discontinued LLVM Phabricator instance.

[mlir][scf] Allow runtime type of iter_args to change
ClosedPublic

Authored by springerm on Sep 1 2021, 7:39 PM.

Details

Summary

The limitation on iter_args introduced with D108806 is too restricting. Changes of the runtime type should be allowed.

Extends the dim op canonicalization with a simple analysis to determine when it is safe to canonicalize.

Diff Detail

Event Timeline

springerm created this revision.Sep 1 2021, 7:39 PM
springerm requested review of this revision.Sep 1 2021, 7:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 1 2021, 7:39 PM
nicolasvasilache accepted this revision.Sep 2 2021, 1:20 AM
This revision is now accepted and ready to land.Sep 2 2021, 1:20 AM
This revision was automatically updated to reflect the committed changes.