This is an archive of the discontinued LLVM Phabricator instance.

[mlir][scf] Implement structural conversion for 1:N type conversions.
ClosedPublic

Authored by ingomueller-net on Mar 27 2023, 6:51 AM.

Details

Summary

This patch implements patterns for the newly introduced 1:N type
conversion utils for several ops of the SCF dialect. It also adds an
option to the existing test pass as well as test cases that applies the
patterns through the test pass.

Diff Detail

Event Timeline

ingomueller-net requested review of this revision.Mar 27 2023, 6:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2023, 6:51 AM

(Fixing two typos.)

nicolasvasilache accepted this revision.Mar 28 2023, 1:18 AM
This revision is now accepted and ready to land.Mar 28 2023, 1:18 AM