This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Refactor AffineMinSCFCanonicalizationPattern to make it more generic
AbandonedPublic

Authored by ThomasRaoux on Jan 19 2021, 12:56 PM.

Details

Summary

Replace the pattern with a more generic one allowing to inject replacement code for any known ops.

Diff Detail